FdcErrorIndicatorMarkerStyle class

Visual styling for the compact triangular validation marker.

Constructors

FdcErrorIndicatorMarkerStyle({Color? color, double? size})
Creates a FdcErrorIndicatorMarkerStyle.
const

Properties

color Color?
Marker fill color, or null to inherit from merged defaults.
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size double?
Marker square extent in logical pixels, or null to inherit.
final

Methods

copyWith({Color? color, double? size}) FdcErrorIndicatorMarkerStyle
Creates a copy with selected values replaced.
lerp(FdcErrorIndicatorMarkerStyle other, double t) FdcErrorIndicatorMarkerStyle
Linearly interpolates this style toward other by t.
merge(FdcErrorIndicatorMarkerStyle? override) FdcErrorIndicatorMarkerStyle
Merges non-null properties from override over this style.
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.
override

Constants

defaults → const FdcErrorIndicatorMarkerStyle
Default marker appearance used when no theme override is supplied.