tap_container 0.0.3
tap_container: ^0.0.3 copied to clipboard
Taped Container
0.0.3 #
-
TODO: Describe initial release.
-
What It Does:
-
Displays a container with customizable width, height, padding, margin, and decorations.
-
Includes gesture support with an onTap callback.
-
Allows embedding a child widget for flexible content display.
-
Some Improvements.
-
Fro Example Use
-
TapContainer(onTap:(){},boxDecoration: BoxDecoration(),child:Text("Tap Here"))