actionWithContext property
ActionWithContext?
get
actionWithContext
Implementation
ActionWithContext? get actionWithContext => _actionWithContext;
Implementation
@Deprecated('This should be final.')
set actionWithContext(ActionWithContext? value) {
_actionWithContext = value;
_action = () => value!(null);
}