FButtonStyles extension type
FButtonStyle's style.
- on
- Implemented types
Constructors
- FButtonStyles.inherit({required FColors colors, required FTypography typography, required FStyle style})
- Creates a FButtonStyles that inherits its properties.
Properties
- base → FButtonSizes
-
The base variant.
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
variants
→ Map<
FButtonVariantConstraint, FButtonSizes> -
The variants.
finalinherited
Methods
-
apply(
List< FVariantOperation< operations) → FVariants<FButtonVariantConstraint, FButtonVariant, FButtonSizes, FButtonSizesDelta> >FButtonVariantConstraint, FButtonVariant, FButtonSizes, FButtonSizesDelta> -
Applies a sequence of delta-based
operationsto this FVariants.inherited -
applyValues(
List< FVariantValueDeltaOperation< operations) → FVariants<FButtonVariantConstraint, FButtonVariant, FButtonSizes, FButtonSizesDelta> >FButtonVariantConstraint, FButtonVariant, FButtonSizes, FButtonSizesDelta> -
Applies a sequence of value-based
operationsto this FVariants.inherited -
call(
covariant FVariants< FButtonVariantConstraint, FButtonVariant, FButtonSizes, FButtonSizesDelta> _) → FVariants<FButtonVariantConstraint, FButtonVariant, FButtonSizes, FButtonSizesDelta> -
Applies this delta to the given value.
inherited
-
cast<
T1 extends FVariantConstraint, T2 extends FVariant> () → FVariants< T1, T2, FButtonSizes, FButtonSizesDelta> -
Returns a new FVariants with the variant type parameters cast to
T1andT2.inherited -
debugFillProperties(
DiagnosticPropertiesBuilder properties) → void -
Add additional properties associated with the node.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resolve(
Set< FVariant> variants) → FButtonSizes -
Returns most specific matching variant, or base if no constraints match.
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