enabled property

bool? enabled

Indicates whether the action button is enabled.

Implementation

bool? get enabled {
  return _enabled;
}