SpeedDialChild class

Provides data for a speed dial child

Constructors

SpeedDialChild({Key? key, String? label, TextStyle? labelStyle, Color? labelBackgroundColor, Widget? labelWidget, Widget? child, Color? backgroundColor, Color? foregroundColor, double? elevation, VoidCallback? onTap, VoidCallback? onLongPress, ShapeBorder? shape})

Properties

backgroundColor Color?
final
child Widget?
final
elevation double?
final
foregroundColor Color?
final
hashCode int
The hash code for this object.
no setterinherited
key Key?
The key of the speed dial child.
final
label String?
The label to render to the left of the button
final
labelBackgroundColor Color?
The background color of the label
final
labelStyle TextStyle?
The style of the label
final
labelWidget Widget?
If this is provided it will replace the default widget, therefore label, labelStyle and labelBackgroundColor should be null
final
onLongPress VoidCallback?
final
onTap VoidCallback?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shape ShapeBorder?
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