flutter

Text Button

Text Button

TextButton(  
    child: Text('Button Text', style: TextStyle(fontSize: 20.0),),  
    onPressed: () {},  
),

https://www.kindacode.com/article/working-with-textbutton-in-flutter/

https://www.kindacode.com/article/working-with-textbutton-in-flutter/

Was this helpful?