Textbutton Rounded Style

[Solved] Textbutton Rounded Style | Dart - Code Explorer | yomemimo.com
Question : textbutton rounded style

Answered by : augusto-vicente

style: ButtonStyle( shape: MaterialStateProperty.all<RoundedRectangleBorder>( RoundedRectangleBorder( borderRadius: BorderRadius.circular(18.0), side: BorderSide(color: Colors.red) ) )
)

Source : https://stackoverflow.com/a/57482106/13384755 | Last Update : Tue, 23 Mar 21

Answers related to textbutton rounded style

Code Explorer Popular Question For Dart