WebThemeData class

Constructors

WebThemeData.new({IconData? rotateLeftIcon, IconData? rotateRightIcon, IconData? doneIcon, IconData? backIcon, Color? rotateIconColor, double? scaleSliderMinValue, double? scaleSliderMaxValue, int? scaleSliderDivisions})
const

Properties

backIcon IconData?
final
doneIcon IconData?
final
hashCode int
The hash code for this object.
no setteroverride
rotateIconColor Color?
final
rotateLeftIcon IconData?
final
rotateRightIcon IconData?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scaleSliderDivisions int?
final
scaleSliderMaxValue double?
final
scaleSliderMinValue double?
final

Methods

copyWith({IconData? rotateLeftIcon, IconData? rotateRightIcon, IconData? doneIcon, IconData? backIcon, Color? rotateIconColor, double? scaleSliderMinValue, double? scaleSliderMaxValue, int? scaleSliderDivisions}) WebThemeData
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 ==(covariant WebThemeData other) bool
The equality operator.
override