iconType property

ICON_TYPE? iconType
getter/setter pair

The design type icon (Material design or Cupertino) if motionToastType set to MOTION_TOAST_TYPE.CUSTOM iconType will not be used possible values

{
MATERIAL_DESIGN,
CUPERTINO
}

Implementation

late ICON_TYPE? iconType;