Whether the button responds to input; true when onPressed is set.
bool get enabled => onPressed != null && !isLoading;