fancy_expansion_tile

Last updated:

0 purchases

fancy_expansion_tile Image
fancy_expansion_tile Images
Add to Cart

Description:

fancy expansion tile

FancyExpansionTile is fancy widget.
Features #
FancyExpansionTile Package has some properties.
Getting started #
FancyExpansionTile Package.
Usage #
class _HomeScreenState extends State<HomeScreen> {
bool isOpen = false;
@override
Widget build(BuildContext context) {

return Scaffold(
body: FancyExpansionTile(
titleContent: const Text('show more..',),
child:Column(
children: const [
Text('7assan mohammed'),
Text('item 1'),
Text('item 2'),
Text('item 3'),
],
)
)
);
}
}
copied to clipboard
Additional information #
This package can used to show some content.

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.