SpeedDialChild class

Constructors

SpeedDialChild({required Widget child, required Function onPressed, Color? foregroundColor, Color? backgroundColor, String? label, bool closeSpeedDialOnPressed = true})
const

Properties

backgroundColor Color?
The SpeedDialChild background color.
final
child Widget
A widget to display as the SpeedDialChild.
final
closeSpeedDialOnPressed bool
Whether the SpeedDial should close after the onPressed callback of SpeedDialChild is called.
final
foregroundColor Color?
The SpeedDialChild foreground color.
final
hashCode int
The hash code for this object.
no setterinherited
label String?
The text displayed next to the SpeedDialChild when the SpeedDial is open.
final
onPressed Function
A callback to be executed when the SpeedDialChild is pressed.
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