Border-radius doesn’t affect inner elements
Here is the fiddle – http://jsfiddle.net/ashwyn/V98h7/2/ Add – #outer { overflow: hidden; } and it will work. More information on the overflow property can be found on MDN.
Here is the fiddle – http://jsfiddle.net/ashwyn/V98h7/2/ Add – #outer { overflow: hidden; } and it will work. More information on the overflow property can be found on MDN.
1. Solution Summary FlatButton and RaisedButton are deprecated. So, you can use shape which placed in the style property, for TextButton and ElevatedButton. There are some changes since Flutter 2.0: style: the property type has changed to ButtonStyle shape: the property type has changed to MaterialStateProperty<T> 2. Rounded Button Inside the style property exists the … Read more