circle method
void
circle([
- dynamic enable = true
Implementation
void circle([enable = true]) => enable ? _boxShape = BoxShape.circle : null;
void circle([enable = true]) => enable ? _boxShape = BoxShape.circle : null;