<p>You can add Border to a raised button by adding a RoundedRecangleBorder as show in below example.</p> <p>RaisedButton(onPressed: () , child: Text('Label Here', style: TextStyle(color: Colors.white),), color: Colors.transparent, shape: RoundedRectangleBorder(side: BorderSide(color: Colors.white)), ),</p> <p>Thanks,</p> <p>Srikanth</p>
How to add Border to a raised button?
This Article is posted by seven.srikanth at 12/25/2018 9:04:49 PM
Check out our other latest articles
Safearea widget - How to avoid visual overlap with Notch on flutter mobile app?How to convert row of widgets into column of widgets in flutter based on screen size?
How to run Flutter programs from GitHub?
How to get screen orientation in flutter?
NavigationRail example in flutter
Tags: How to add Border to a raised button?
Check out our other latest articles
Safearea widget - How to avoid visual overlap with Notch on flutter mobile app?How to convert row of widgets into column of widgets in flutter based on screen size?
How to run Flutter programs from GitHub?
How to get screen orientation in flutter?
NavigationRail example in flutter