MultiSelectState class

Constructors

MultiSelectState({int selectedCount = 0, bool selectAllState = false, bool mainButtonState = true, bool subButtonState = true, BrnMultipleButtonArrowState? arrowStatus = BrnMultipleButtonArrowState.defaultStatus})

Properties

arrowStatus BrnMultipleButtonArrowState?
控制箭头的状态
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mainButtonState bool
主按钮是否置灰
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectAllState bool
全选按钮的状态
getter/setter pair
selectedCount int
已选的数量
getter/setter pair
subButtonState bool
次按钮是否置灰
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