buttonShapeList top-level property
getter/setter pair
Button shape decoration for list pages
Implementation
ShapeDecoration buttonShapeList =
ShapeDecoration(color: Colors.grey, shape: CircleBorder());
Button shape decoration for list pages
ShapeDecoration buttonShapeList =
ShapeDecoration(color: Colors.grey, shape: CircleBorder());