performLayout method
Implementation
@override
void performLayout(Constraints constraints) {
// Checkbox is always 3x1 size
size = const Size(3, 1);
}
@override
void performLayout(Constraints constraints) {
// Checkbox is always 3x1 size
size = const Size(3, 1);
}