arrowLeft property

IconData get arrowLeft

Implementation

static IconData get arrowLeft => DraftModeUIPlatform.isIOS
    ? CupertinoIcons.chevron_left
    : Icons.chevron_left;