STShadows class
Box shadows used as-is in light and dark (not auto-flipped).
Constructors
-
STShadows({List<
BoxShadow> sm = const [BoxShadow(color: Color(0x33000000), blurRadius: 4, offset: Offset(0, 1))], List<BoxShadow> md = const [BoxShadow(color: Color(0x3D000000), blurRadius: 8, offset: Offset(0, 2))], List<BoxShadow> lg = const [BoxShadow(color: Color(0x4D000000), blurRadius: 16, offset: Offset(0, 4))]}) -
const
Properties
Methods
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited