SettingReflection class

Create CustomConfigReflection to custom reflection The skewX is the skew of the reflection 0.0 to 1.0 The scaleY is the size of reflection widget 0.0 to 2.0 The opacity is the opacity of the reflection 0.0 to 1.0 The reflectionLength is the length of the reflection 0.0 to 1.0

Constructors

SettingReflection({double skewX = 0.0, double scaleY = 0.90, double opacity = 1.0, double reflectionLength = 8.0, double positionX = 0.0, double expandRight = 0.0, double below = 1.0})

Properties

below double
getter/setter pair
expandRight double
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
opacity double
getter/setter pair
positionX double
getter/setter pair
reflectionLength double
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scaleY double
getter/setter pair
skewX double
getter/setter pair

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