Shadow class

A class representing shadow configurations.

Constructors

Shadow({String? color, double? opacity, double? blurRadius, Offset? offset, double? intensity})
Shadow.fromJson(Map<String, dynamic> json)
factory

Properties

blurRadius double?
getter/setter pair
color String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
intensity double?
getter/setter pair
offset Offset?
getter/setter pair
opacity double?
getter/setter pair
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited