CardBackingDecoration class

The backing decoration for card items.

Inheritance

Constructors

CardBackingDecoration({required dynamic decorationVariant})

Properties

decorationBorder Border?
getter/setter pairinherited
decorationCornerRadius BorderRadius?
getter/setter pairinherited
decorationFill Color?
getter/setter pairinherited
decorationGradient Gradient?
getter/setter pairinherited
decorationHaze BoxShadow?
getter/setter pairinherited
decorationShape BoxShape?
getter/setter pairinherited
decorationVariant decorationPriority
Describes what 'priority' is assigned to a UI component. These priorities also describe interactivity, and importance.
finalinherited
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
inherited
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