flat button height set in flutter code example
Example: flutter flat button size
// JZ
SizedBox(
width: double.infinity, // <-- match_parent
child: RaisedButton(...)
)
// JZ
SizedBox(
width: double.infinity, // <-- match_parent
child: RaisedButton(...)
)