icon property

dynamic icon

Implementation

get icon => _icon;
void icon=(dynamic value)

Implementation

set icon(value) {
  _icon = value;
}