flutter how to remove padding form an icon button code example
Example: flutter flatbutton remove padding
FlatButton(materialTapTargetSize: MaterialTapTargetSize.shrinkWrap,)
FlatButton(materialTapTargetSize: MaterialTapTargetSize.shrinkWrap,)