Search code snippets, questions, articles...

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/

Search Index Data (The code snippet can also be found with below search text)

Text Button
Was this helpful?
0 Comments
Programming Feeds
Learn something new everyday on Devsheet