FxShadow mixin

Gives predefined shadows

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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 Properties

medium List<BoxShadow>
Gives custom medium shadow
no setter
none List<BoxShadow>
Gives no shadow
no setter
normal List<BoxShadow>
Gives custom normal shadow
no setter
thik List<BoxShadow>
Gives custom thik shadow
no setter
thin List<BoxShadow>
Gives custom thin shadow
no setter

Static Methods

shadow({Color? color, double? blurRadius, Offset? offset, double? spreadRadius}) List<BoxShadow>
Sets Custom single shadow.