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