rotate_expand_toolbar 0.0.3 copy "rotate_expand_toolbar: ^0.0.3" to clipboard
rotate_expand_toolbar: ^0.0.3 copied to clipboard

outdated

rotate expand toolbar

TODO: Rotate expand toolbar.

Features #

TODO: A set of icon buttons that can be rotated and expanded.

Usage #

Include short and useful examples for package users. Add longer examples to /example folder.

    Stack(
        children: [
            RotateExpandToolbar(
                expandDuration: const Duration(milliseconds: 500),
                color: Colors.blue,
                iconSize: 24,
                children: [
                    RotateExpandToolbarItem(
                        icon: Icons.play_circle_outline_outlined,
                        color: Colors.amber,
                        onTap: () {},
                    ),
                    RotateExpandToolbarItem(
                        icon: Icons.circle_notifications_outlined,
                        color: Colors.green,
                        onTap: () {},
                    ),
                    RotateExpandToolbarItem(
                        icon: Icons.flag_circle_outlined,
                        color: Colors.red,
                        onTap: () {},
                    ),
                    RotateExpandToolbarItem(
                        icon: Icons.add_shopping_cart_outlined,
                        tooltip: "Shopping Cart",
                        onTap: () {},
                    ),
                ],
            )
        ],
    )
1
likes
0
points
19
downloads

Publisher

unverified uploader

Weekly Downloads

rotate expand toolbar

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on rotate_expand_toolbar