79644231

Date: 2025-05-29 16:05:37
Score: 1
Natty:
Report link

As per the latest flutter framework the right way to add padding to a text button widget is:

 style: ButtonStyle(
            padding: WidgetStateProperty.all<EdgeInsets>(EdgeInsets.all(8.0)),
          )
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Dr Rakesh Bhatt