RaiseButton remove all padding "Flutter" code example
Example: flutter flatbutton remove padding
FlatButton(materialTapTargetSize: MaterialTapTargetSize.shrinkWrap,)
FlatButton(materialTapTargetSize: MaterialTapTargetSize.shrinkWrap,)