CustomShadows class

A class that provides custom shadow styles for widgets.

Constructors

CustomShadows()

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

bigCentered ValueNotifier<BoxShadow>
A larger shadow style with centered offset.
getter/setter pair
light ValueNotifier<BoxShadow>
A lighter shadow style.
getter/setter pair
regular ValueNotifier<BoxShadow>
A regular shadow style.
getter/setter pair
regularCentered ValueNotifier<BoxShadow>
A regular shadow style with centered offset.
getter/setter pair

Static Methods

updateShadows() → void
Updates the shadow styles to reflect any changes in appearance settings.