fancy_expansion_tile 0.0.1 copy "fancy_expansion_tile: ^0.0.1" to clipboard
fancy_expansion_tile: ^0.0.1 copied to clipboard

fancy expansion tile package.

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'),
              ],
            )
        )
    );
  }
}

Additional information #

This package can used to show some content.

2
likes
110
points
15
downloads

Publisher

unverified uploader

Weekly Downloads

fancy expansion tile package.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on fancy_expansion_tile