QuillIconTheme class

Constructors

QuillIconTheme({Color? iconSelectedColor, Color? iconUnselectedColor, Color? iconSelectedFillColor, Color? iconUnselectedFillColor, Color? disabledIconColor, Color? disabledIconFillColor, double? borderRadius})
const

Properties

borderRadius double?
The borderRadius for icons
final
disabledIconColor Color?
The color to use for disabled icons in the toolbar
final
disabledIconFillColor Color?
The fill color to use for disabled icons in the toolbar
final
hashCode int
The hash code for this object.
no setterinherited
iconSelectedColor Color?
The color to use for selected icons in the toolbar
final
iconSelectedFillColor Color?
The fill color to use for the selected icons in the toolbar
final
iconUnselectedColor Color?
The color to use for unselected icons in the toolbar
final
iconUnselectedFillColor Color?
The fill color to use for the unselected icons in the toolbar
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