how to remove padding from a Text Button flutter code example
Example: flutter flatbutton remove padding
FlatButton(materialTapTargetSize: MaterialTapTargetSize.shrinkWrap,)
FlatButton(materialTapTargetSize: MaterialTapTargetSize.shrinkWrap,)