KeyStyleMode class

按键样式

Constructors

KeyStyleMode({Color commonTextColor = Colors.black, Color pressTextColor = Colors.white, Color commonBgColor = const Color(0xFFF8F8F8), Color pressBgColor = Colors.blueAccent, double textSize = 20})

Properties

commonBgColor Color
getter/setter pair
commonTextColor Color
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
pressBgColor Color
getter/setter pair
pressTextColor Color
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textSize 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