mIcon property

Image? get mIcon

Implementation

ui.Image? get mIcon => _icon;
set mIcon (Image? value)

Implementation

set mIcon(ui.Image? value) {
  _icon = value;
}