Flutter
Interaction using Text
TextButton(
style: TextButton.styleFrom(
primary: Colors.blue,
),
onPressed: () { },
child: Text('My button'),
)- tapOn:
text: My buttonInteraction using Semantics Label

Last updated

