SpeedDialOption class
Constructors
- SpeedDialOption({required Widget text, required VoidCallback onPressed, required Widget icon, Color iconclosedForegroundColor = Colors.white, Color iconopenedForegroundColor = Colors.white, Color iconclosedBackgroundColor = Colors.blue, Color iconopenedBackgroundColor = Colors.blue, double iconclosedElevation = 0, double iconopenedElevation = 0})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- icon → Widget
-
final
- iconclosedBackgroundColor → Color
-
final
- iconclosedElevation → double
-
final
- iconclosedForegroundColor → Color
-
final
- iconopenedBackgroundColor → Color
-
final
- iconopenedElevation → double
-
final
- iconopenedForegroundColor → Color
-
final
- onPressed → VoidCallback
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- text → Widget
-
final
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