listBullet property

IconData get listBullet

Implementation

static IconData get listBullet => DraftModeUIPlatform.isIOS
    ? CupertinoIcons.list_bullet
    : Icons.format_list_bulleted;