Issue
The image I have added below. I
Solution
you can try following code:
Row(
children: <Widget>[
Expanded(child: OutlinedButton(onPressed: () {},child: Text("Message"))),
Expanded(child: RaisedButton(onPressed: () {},child: Text("Connect"))),
],
),
you can see other customization for buttons styles from the here
Answered By - unownsp
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.