shadow_clip 0.0.1 copy "shadow_clip: ^0.0.1" to clipboard
shadow_clip: ^0.0.1 copied to clipboard

Shadow for Clipping.

clip_shadow #

pub package

Paint clip widgets with shadows.

Getting Started #

Add dependency to pubspec.yaml #

[...]
dependencies:
  clip_shadow: any
[...]

Install the package using Terminal #

$ flutter packages get

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';
new ClipShadow(
  clipper: CustomClipper(...)
  boxShadow: [
    new BoxShadow(...)
  ]
  child: new Container(...)
)

For help getting started with Flutter, view our online documentation.

For help on editing package code, view the documentation.

3
likes
120
pub points
79%
popularity

Publisher

unverified uploader

Shadow for Clipping.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on shadow_clip