Published
- 1 min read
flutter tooltip circle border
The solution for this is noted below
flutter tooltip circle border
Solution
Tooltip(
message: 'Tooltip',
child: Text('Tooltip'),
decoration: BoxDecoration(
color: Colors.grey[400],
borderRadius: BorderRadius.circular(20.0),
),
Try other methods by searching on the site. That is if this doesn’t work