79473068

Date: 2025-02-27 15:03:58
Score: 1
Natty:
Report link

The CheckboxList tile has a property called checkboxScaleFactor, just change the value to increase the size:

CheckboxListTile(
  value: _isChecked,
  title: Text('Example'),
  checkboxScaleFactor: 1.15,
),
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Fealaure