Last updated:
0 purchases
hint bubble
Bubble hint window display .
Usage #
To use this plugin, add hint_bubble as a dependency in your pubspec.yaml file.
HintBubbleTile(
builder: (BuildContext context) => const Text('Bubble'),
color: Colors.black.withOpacity(0.5),
triangleHeight: 10,
triangleWidth: 10,
triangleOffset: 10,
triangleStart: true,
radius: 5,
position: TrianglePosition.top,
)
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.