executeIf property
void Function()
get
executeIf
Execute's the function on the BindableBase object if allowed.
Implementation
void Function() get executeIf => _canExecuteFunction() ? _function : () {};
Execute's the function on the BindableBase object if allowed.
void Function() get executeIf => _canExecuteFunction() ? _function : () {};