GradientFade class Null safety

Class GradientFade strength The strength of the fade effect. (Range: 0 to 100, Server default: 20) type The type of gradient fade: GradientFade::SYMMETRIC or GradientFade::SYMMETRIC_PAD.

Inheritance

Constructors

GradientFade({dynamic strength, dynamic type, dynamic horizontalStartPoint, dynamic verticalStartPoint})

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

horizontalStartPoint(dynamic horizontalStartPoint) GradientFade
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
strength(dynamic strength) GradientFade
toString() String
A string representation of this object. [...]
override
type(dynamic type) GradientFade
verticalStartPoint(dynamic verticalStartPoint) GradientFade

Operators

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