LitBoxShadows class

A collection of BoxShadow objects that can be used as decoration.

Constructors

LitBoxShadows()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Constants

lg → const List<BoxShadow>
A BoxShadow that can be applied on larger elements.
md → const List<BoxShadow>
A BoxShadow that can be applied on medium-sized elements.
sm → const List<BoxShadow>
A BoxShadow that can be applied on smaller elements.
textLg → const List<BoxShadow>
A BoxShadow that can be applied on larger text elements.
textMd → const List<BoxShadow>
A BoxShadow that can be applied on medium-sized text elements.
textSm → const List<BoxShadow>
A BoxShadow that can be applied on smaller text elements.