isDangerousOption property

bool? isDangerousOption

Indicates if the action button represents a dangerous option or choice.

Implementation

bool? get isDangerousOption {
  return _isDangerousOption ?? false;
}