advance_expansion_tile 1.0.0
advance_expansion_tile: ^1.0.0 copied to clipboard
1. It allows you to manually collapse, exapnd or toggle expansion tile 2. It allows you to hide the default icon 3. It allows you to disable click of the exapnsion tile 4. It provides the onTap callba [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add advance_expansion_tileThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
advance_expansion_tile: ^1.0.0Alternatively, 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:advance_expansion_tile/advance_expansion_tile.dart';