How to set minimum width on a TextButton (without changing minimum height)

前端 未结 0 1308
花落未央
花落未央 2021-01-04 01:51

Lets say I have this TextButton:

TextButton(
   style: TextButton.styleFrom(
     minimumSize: const Size(newWidth, newHeight),
   ),
  onPressed         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题