Last updated:
0 purchases
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.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.