shadow_clip

Last updated:

0 purchases

shadow_clip Image
shadow_clip Images
Add to Cart

Description:

shadow clip

clip_shadow #

Paint clip widgets with shadows.
Getting Started #
Add dependency to pubspec.yaml #
[...]
dependencies:
clip_shadow: any
[...]
copied to clipboard
Install the package using Terminal #
$ flutter packages get
copied to clipboard
Alternatively, your editor might support flutter packages get. Check the docs for your editor to learn more.
import #
import 'package:clip_shadow/clip_shadow.dart';
copied to clipboard
new ClipShadow(
clipper: CustomClipper(...)
boxShadow: [
new BoxShadow(...)
]
child: new Container(...)
)
copied to clipboard
For help getting started with Flutter, view our online documentation.
For help on editing package code, view the documentation.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.