menu
drawing_pad package
documentation
domain/models/drawing_tool.dart
DrawingTool
isPolygon property
isPolygon property
dark_mode
light_mode
isPolygon
property
bool
get
isPolygon
Implementation
bool get isPolygon => this == DrawingTool.polygon;
drawing_pad package
documentation
domain/models/drawing_tool
DrawingTool
isPolygon property
DrawingTool enum