DropShadowCSS class
- Implementers
Constructors
- DropShadowCSS({ColorCSS color = ColorsCSS.black, SizeCSS offsetX = SizeCSS.zero, SizeCSS offsetY = SizeCSS.zero, SizeCSS blurRadius = SizeCSS.zero})
-
const
Properties
Methods
-
build(
) → String -
copyWith(
{ColorCSS? color, SizeCSS? offsetX, SizeCSS? offsetY, SizeCSS? blurRadius}) → DropShadowCSS -
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