icon_bottomsheet 0.0.3
icon_bottomsheet: ^0.0.3 copied to clipboard
A customized bottomsheet with dynamic icon(widget) on top. It gives a transparent background to the iconWidget which is displayed above the bottomsheet. The iconWidget is a dynamic widget and can be c [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add icon_bottomsheetThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
icon_bottomsheet: ^0.0.3Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:icon_bottomsheet/icon_bottomsheet.dart';