ITappableActionGroupManager class abstract

Interface for group management to enable testing

Implementers

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() → void
getGroupNotifier(String? groupId) ValueNotifier<bool>
isGroupDisabled(String? groupId) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerWidget(String? groupId, Object widget) → void
resetAllGroups() → void
resetGroup(String? groupId) → void
setGroupDisabled(String? groupId, bool isDisabled) → void
toString() String
A string representation of this object.
inherited
unregisterWidget(String? groupId, Object widget) → void

Operators

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