NomoDecoration class

Constructors

NomoDecoration({dynamic color, dynamic borderRadius, dynamic border, dynamic backgroundBlendMode, dynamic gradient, dynamic image, dynamic shape, double elevation = 0, dynamic elevationOffset = const Offset(0, 0), double blurRadiusK = 2, double spreadRadiusK = 0, dynamic shadowColor = Colors.black12})

Properties

blurRadiusK double
final
elevation double
final
elevationOffset → dynamic
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shadowColor → dynamic
final
spreadRadiusK double
final

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

Static Methods

getBoxShadow(dynamic color, double elevation, dynamic offset, double blurRadiusK, double spreadRadiusK) List?