FreeStyleSettings constructor
const
FreeStyleSettings({
- FreeStyleMode mode = FreeStyleMode.none,
- Color color = Colors.black,
- double strokeWidth = 1,
Creates a FreeStyleSettings with the given color
and strokeWidth
and mode
values.
Implementation
const FreeStyleSettings({
this.mode = FreeStyleMode.none,
this.color = Colors.black,
this.strokeWidth = 1,
});