BaseBackingDecoration class Foundation

A set of classes that dynamically create BoxDecorations in accordance with the design system principles for each kind of interactivity. Some classes have their own custom variants that further differentiate them. Every backing decoration inherits from the Parent - Base Backing Decoration.

Implementers

Constructors

BaseBackingDecoration({required decorationPriority decorationVariant})

Properties

decorationBorder Border?
getter/setter pair
decorationCornerRadius BorderRadius?
getter/setter pair
decorationFill Color?
getter/setter pair
decorationGradient Gradient?
getter/setter pair
decorationHaze BoxShadow?
getter/setter pair
decorationShape BoxShape?
getter/setter pair
decorationVariant decorationPriority
Describes what 'priority' is assigned to a UI component. These priorities also describe interactivity, and importance.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildBacking() BoxDecoration
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