icon property

String? icon

Returns the icon resource of the action button.

Implementation

String? get icon {
  return _icon;
}