BoxShadow class abstract
Constructors
- BoxShadow.new({required Unit offsetX, required Unit offsetY, Unit? blur, Unit? spread, Color? color})
-
constfactory
-
BoxShadow.combine(List<
BoxShadow> shadows) -
constfactory
- BoxShadow.inset({required Unit offsetX, required Unit offsetY, Unit? blur, Unit? spread, Color? color})
-
constfactory
Properties
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