start property

IconData get start

Implementation

static IconData get start => DraftModeUIPlatform.isIOS
    ? CupertinoIcons.largecircle_fill_circle
    : Icons.mode_standby;