DarlightTwoOption class

Inheritance

Constructors

DarlightTwoOption({Color darkBackGroundColor = const Color(0xff27173a), Color lightBackGroundColor = Colors.white, Color darkIconColor = const Color(0xffffc207), Color lightIconColor = const Color(0xffffbb52), Color lightBorderColor = const Color(0xffe9ecef), Color darkBorderColor = Colors.white})

Properties

darkBackGroundColor Color
final
darkBorderColor Color
final
darkIconColor Color
final
hashCode int
The hash code for this object.
no setterinherited
lightBackGroundColor Color
final
lightBorderColor Color
final
lightIconColor Color
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