checkBoxCheckedOutlineRounded property

IconData checkBoxCheckedOutlineRounded

Icons: Icons.indeterminate_check_box_outlined : CupertinoIcons.checkmark_square

Implementation

IconData get checkBoxCheckedOutlineRounded => isMaterial(context)
    ? Icons.check_box_outlined
    : CupertinoIcons.checkmark_square;