Sets the freehand drawing mode to val.
val
@override void setDrawingMode(bool isEnabled) { setState(() => isDrawingModeActive = isEnabled); }