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
nullto 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
nullto 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
otherbyt. -
merge(
FdcErrorIndicatorMarkerStyle? override) → FdcErrorIndicatorMarkerStyle -
Merges non-null properties from
overrideover 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.