LiningDrawerStyle class

Constructors

LiningDrawerStyle({Color bottomColor = const Color(0xFF3a3b3c), Color middleColor = Colors.red, Color mainColor = Colors.white, double bottomOpenRatio = 1.0, double middleOpenRatio = 0.90, double mainOpenratio = 0.82})
const

Properties

bottomColor Color
bottom container color
final
bottomOpenRatio double
bottom container open ratio
final
hashCode int
The hash code for this object.
no setterinherited
mainColor Color
main container color
final
mainOpenratio double
main container open ratio
final
middleColor Color
middle container color
final
middleOpenRatio double
middle container open ratio
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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