menu
cartesian_plane package
documentation
cartesianCanvasWidget.dart
CartesianCanvasState
setDrawingMode method
setDrawingMode method
dark_mode
light_mode
setDrawingMode
method
@
override
void
setDrawingMode
(
bool
isEnabled
)
override
Implementation
@override void setDrawingMode(bool isEnabled) { setState(() => isDrawingModeActive = isEnabled); }
cartesian_plane package
documentation
cartesianCanvasWidget
CartesianCanvasState
setDrawingMode method
CartesianCanvasState class