GradientFade class

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.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

horizontalStartPoint(dynamic horizontalStartPoint) GradientFade
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent 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