actionLabel property

String? get actionLabel
override

Implementation

String? get actionLabel => _$this._actionLabel;
set actionLabel (covariant String? actionLabel)
covariantoverride

Implementation

set actionLabel(covariant String? actionLabel) => _$this._actionLabel = actionLabel;