brush property
Implementation
@Deprecated("Text Capture mode is deprecated.")
Brush get brush => _brush;
Implementation
@Deprecated("Text Capture mode is deprecated.")
set brush(Brush newValue) {
_brush = newValue;
_controller.update();
}
@Deprecated("Text Capture mode is deprecated.")
Brush get brush => _brush;
@Deprecated("Text Capture mode is deprecated.")
set brush(Brush newValue) {
_brush = newValue;
_controller.update();
}