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)), )