roundedDecoration method
Implementation
Decoration roundedDecoration(Color color) {
return ShapeDecoration(
color: color, shape: RoundedRectangleBorder(borderRadius: BorderRadius.all(Radius.circular(w))));
}
Decoration roundedDecoration(Color color) {
return ShapeDecoration(
color: color, shape: RoundedRectangleBorder(borderRadius: BorderRadius.all(Radius.circular(w))));
}