circle method

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

Implementation

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