NebulaShadows class Null safety
This class is used to define BoxShadow properties for the nebula theme.
Properties
- hashCode → int
-
The hash code for this object.
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- shadowLarge → const BoxShadow
-
BoxShadow(color: Color(0x29162233), offset: Offset(0, 16), blurRadius: 32, spreadRadius: 0)
- shadowLarge2 → const BoxShadow
-
BoxShadow(color: Color(0x1f162233), offset: Offset(0, 4), blurRadius: 12, spreadRadius: -4)
- shadowMedium → const BoxShadow
-
BoxShadow(color: Color(0x14162233), offset: Offset(0, 16), blurRadius: 20, spreadRadius: 0)
- shadowMedium2 → const BoxShadow
-
BoxShadow(color: Color(0x1f162233), offset: Offset(0, 4), blurRadius: 8, spreadRadius: -4)
- shadowSmall → const BoxShadow
-
BoxShadow(color: Color(0x1f162233), offset: Offset(0, 8), blurRadius: 16, spreadRadius: -4)
- shadowXl → const BoxShadow
-
BoxShadow(color: Color(0x1f162233), offset: Offset(0, 64), blurRadius: 64, spreadRadius: 0)
- shadowXl2 → const BoxShadow
-
BoxShadow(color: Color(0x14162233), offset: Offset(0, 120), blurRadius: 120, spreadRadius: 0)
- shadowXs → const BoxShadow
-
BoxShadow(color: Color(0x1f162233), offset: Offset(0, 4), blurRadius: 12, spreadRadius: -4)