IconsTextEditor class

Customizable icons for the Text Editor component.

Constructors

IconsTextEditor({IconData bottomNavBar = Icons.text_fields, IconData alignLeft = Icons.align_horizontal_left_rounded, IconData alignCenter = Icons.align_horizontal_center_rounded, IconData alignRight = Icons.align_horizontal_right_rounded, IconData backgroundMode = Icons.layers_rounded})
Creates an instance of IconsTextEditor with customizable icon settings.
const

Properties

alignCenter IconData
The icon for aligning text to the center.
final
alignLeft IconData
The icon for aligning text to the left.
final
alignRight IconData
The icon for aligning text to the right.
final
backgroundMode IconData
The icon for toggling background mode.
final
bottomNavBar IconData
The icon to be displayed in the bottom navigation bar.
final
hashCode int
The hash code for this object.
no setterinherited
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