remove container padding flutter code example
Example: flutter flatbutton remove padding
FlatButton(materialTapTargetSize: MaterialTapTargetSize.shrinkWrap,)
FlatButton(materialTapTargetSize: MaterialTapTargetSize.shrinkWrap,)