label property

String? label

Returns the label text of the action button.

Implementation

String? get label {
  return _label;
}