canExecute property
bool Function()
get
canExecute
Checks if function can be executed on the BindableBase object.
Implementation
bool Function() get canExecute => _canExecuteFunction;
Checks if function can be executed on the BindableBase object.
bool Function() get canExecute => _canExecuteFunction;