KeyInfo class
- Annotations
-
- @JsonSerializable()
Constructors
- KeyInfo.new({required int? x, required int? y, required int? w, required int? h, required String? keyFuc, int? txvSize = 24, String? keyText, int? txvColor = 0xff000000, int? bgColor = 0xffffffff, int? strokeColor = 0xff888888, int? strokeWidth = 1})
-
KeyInfo.fromJson(Map<
String, dynamic> json) -
factory
Properties
- bgColor ↔ int?
-
getter/setter pair
- h ↔ int?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- keyFuc ↔ String?
-
getter/setter pair
- keyText ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- strokeColor ↔ int?
-
getter/setter pair
- strokeWidth ↔ int?
-
getter/setter pair
- txvColor ↔ int?
-
getter/setter pair
- txvSize ↔ int?
-
getter/setter pair
- w ↔ int?
-
getter/setter pair
- x ↔ int?
-
getter/setter pair
- y ↔ int?
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited