circle constant

SnakeShape const circle

Implementation

static const SnakeShape circle = SnakeShape._(
    shape: null,
    type: SnakeShapeType.circle,
    centered: false,
    padding: EdgeInsets.all(4));