SpeedDialChild class

Provides data for a speed dial child

Constructors

SpeedDialChild({Key? key, String? label, TextStyle? labelStyle, Color? labelBackgroundColor, Widget? labelWidget, List<BoxShadow>? labelShadow, Widget? child, bool visible = true, Color? backgroundColor, Color? foregroundColor, double? elevation, VoidCallback? onTap, VoidCallback? onLongPress, ShapeBorder? shape})

Properties

backgroundColor Color?
The color of the background of this SpeedDialChild
final
child Widget?
The child widget for this SpeedDialChild
final
elevation double?
The intensity of the shadow for this SpeedDialChild
final
foregroundColor Color?
The color of the foreground of this SpeedDialChild
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
labelShadow List<BoxShadow>?
The Shadow for label String
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?
The action that is performed after long pressing this SpeedDialChild
final
onTap VoidCallback?
The action that is performed after tapping this SpeedDialChild
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shape ShapeBorder?
The shape of this SpeedDialChild
final
visible bool
Whether this SpeedDialChild is visible or not
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