BrnMultipleBottomController class

多选状态栏的控制器,控制展示数量的多少

Constructors

BrnMultipleBottomController({MultiSelectState? initMultiSelectState})

Properties

hashCode int
The hash code for this object.
no setterinherited
initMultiSelectState MultiSelectState?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
valueNotifier ValueNotifier<MultiSelectState>
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setState({int? selectedCount, bool? selectAllState, bool? mainButtonState, bool? subButtonState, BrnMultipleButtonArrowState? arrowStatus}) → void
设置按钮的状态,当主按钮或者此按钮置灰的时候,对应的点击任然会回调,控件只做按钮置灰 selectedCount 已选括号中的数目 selectAllState 全选按钮的选中状态 mainButtonState 主按钮是否置灰 subButtonState 次按钮是否置灰 arrowStatus 控制箭头的状态
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited