eyeSlash property

IconData get eyeSlash

Implementation

static IconData get eyeSlash => DraftModeUIPlatform.isIOS
    ? CupertinoIcons.eye_slash
    : Icons.visibility_off;