refresh property

IconData get refresh

Implementation

static IconData get refresh => DraftModeUIPlatform.isIOS
    ? CupertinoIcons.arrow_clockwise
    : Icons.refresh;