BrushOption class
Constructors
-
BrushOption({bool showBackground = true, bool translatable = false, List<BrushColor> colors = const [BrushColor(color: Colors.black, background: Colors.white), BrushColor(color: Colors.white), BrushColor(color: Colors.blue), BrushColor(color: Colors.green), BrushColor(color: Colors.pink), BrushColor(color: Colors.purple), BrushColor(color: Colors.brown), BrushColor(color: Colors.indigo)]})
-
const
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited