flutter_clip_shadow 1.0.0 copy "flutter_clip_shadow: ^1.0.0" to clipboard
flutter_clip_shadow: ^1.0.0 copied to clipboard

A shadow cast by a clipped box. Support all BoxShadow class properties!

clip_shadow #

pub package

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.

2
likes
160
points
366
downloads

Publisher

verified publisherfreya-hidroponia.ga

Weekly Downloads

2024.07.06 - 2025.01.18

A shadow cast by a clipped box. Support all BoxShadow class properties!

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on flutter_clip_shadow