IconsPaintingEditor class

Customizable icons for the Painting Editor component.

Constructors

IconsPaintingEditor({IconData bottomNavBar = Icons.edit_rounded, IconData lineWeight = Icons.line_weight_rounded, IconData freeStyle = Icons.edit, IconData arrow = Icons.arrow_right_alt_outlined, IconData line = Icons.horizontal_rule, IconData fill = Icons.format_color_fill, IconData noFill = Icons.format_color_reset, IconData rectangle = Icons.crop_free, IconData circle = Icons.lens_outlined, IconData dashLine = Icons.power_input})
Creates an instance of IconsPaintingEditor with customizable icon settings.
const

Properties

arrow IconData
The icon for the arrow drawing tool.
final
bottomNavBar IconData
The icon to be displayed in the bottom navigation bar.
final
circle IconData
The icon for the circle drawing tool.
final
dashLine IconData
The icon for the dashed line drawing tool.
final
fill IconData
The icon representing a filled background.
final
freeStyle IconData
The icon for the freehand drawing tool.
final
hashCode int
The hash code for this object.
no setterinherited
line IconData
The icon for the straight line drawing tool.
final
lineWeight IconData
The icon for adjusting line weight.
final
noFill IconData
The icon representing an unfilled (transparent) background.
final
rectangle IconData
The icon for the rectangle drawing tool.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited