BoxShadowCSS class

Implementers

Constructors

BoxShadowCSS({ColorCSS color = ColorsCSS.black, SizeCSS offsetX = SizeCSS.zero, SizeCSS offsetY = SizeCSS.zero, SizeCSS blurRadius = SizeCSS.zero, SizeCSS? spreadRadius, bool inset = false})
const

Properties

blurRadius SizeCSS
final
color ColorCSS
final
hashCode int
The hash code for this object.
no setterinherited
inset bool
final
offsetX SizeCSS
final
offsetY SizeCSS
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spreadRadius SizeCSS?
final

Methods

build() String
copyWith({ColorCSS? color, SizeCSS? offsetX, SizeCSS? offsetY, SizeCSS? blurRadius, SizeCSS? spreadRadius, bool? inset}) BoxShadowCSS
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