clearThick property

IconData clearThick

Icons: Icons.clear : CupertinoIcons.clear_thick

Implementation

IconData get clearThick =>
    isMaterial(context) ? Icons.clear : CupertinoIcons.clear_thick;