GlowThemeData class

Annotations

Constructors

GlowThemeData({Color? glowColor, Offset? offset, double? spreadRadius, double? blurRadius})
const
GlowThemeData.fromBoxShadow({required BoxShadow boxShadow})
factory

Properties

blurRadius double?
final
glowColor Color?
final
hashCode int
The hash code for this object.
no setteroverride
offset Offset?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spreadRadius double?
final

Methods

copyFrom({required GlowThemeData other}) GlowThemeData
copyWith({Color? glowColor, Offset? offset, double? spreadRadius, double? blurRadius}) GlowThemeData
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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