circle method

void circle([
  1. dynamic enable = true
])

Implementation

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