ZeroSpeedDialStyle class

Mixed-in types

Constructors

ZeroSpeedDialStyle.new({Color? activeColor, Color? inactiveColor, double? size, double? spacing, Color? tooltipBackgroundColor, Color? tooltipBorderColor, double? elevation, Color? shadowColor, BorderRadius? borderRadius, ZeroTooltipStyle? tooltipStyle})
const

Properties

activeColor Color?
final
borderRadius BorderRadius?
final
elevation double?
final
hashCode int
The hash code for this object.
no setterinherited
inactiveColor Color?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shadowColor Color?
final
size double?
final
spacing double?
final
tooltipBackgroundColor Color?
final
tooltipBorderColor Color?
final
tooltipStyle ZeroTooltipStyle?
final

Methods

copyWith({Color? activeColor, Color? inactiveColor, double? size, double? spacing, Color? tooltipBackgroundColor, Color? tooltipBorderColor, double? elevation, Color? shadowColor, BorderRadius? borderRadius, ZeroTooltipStyle? tooltipStyle}) ZeroSpeedDialStyle
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
override
merge(ZeroSpeedDialStyle? other) ZeroSpeedDialStyle
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringShort() String
A brief description of this object, usually just the runtimeType and the hashCode.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fallback({Color? activeColor, Color? inactiveColor, ZeroTooltipStyle? tooltipStyle}) ZeroSpeedDialStyle
lerp(ZeroSpeedDialStyle? a, ZeroSpeedDialStyle? b, double t) ZeroSpeedDialStyle