arrowRight property

IconData get arrowRight

Implementation

static IconData get arrowRight => DraftModeUIPlatform.isIOS
    ? CupertinoIcons.right_chevron
    : Icons.chevron_right;