rectangle constant

SnakeShape const rectangle

Implementation

static const SnakeShape rectangle = SnakeShape._(
    shape: null, type: SnakeShapeType.rectangle, centered: false);