AndroidCustomCheckBox class

Annotations
  • @JsonSerializable(explicitToJson: true, includeIfNull: false)

Constructors

AndroidCustomCheckBox()
AndroidCustomCheckBox.fromJson(Map<String, dynamic> json)
factory

Properties

checkboxDefaultState bool?
getter/setter pair
checkboxHeight int?
getter/setter pair
checkboxHidden bool?
getter/setter pair
checkboxImgIdName String?
getter/setter pair
checkboxOffsetBottomY int?
getter/setter pair
checkboxOffsetRightX int?
getter/setter pair
checkboxOffsetX int?
getter/setter pair
checkboxOffsetY int?
getter/setter pair
checkboxScaleX String?
getter/setter pair
checkboxScaleY String?
getter/setter pair
checkboxWidth int?
getter/setter pair
checkedImgName String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uncheckedImgName String?
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