margin property

EdgeInsets margin
final

The margin around the checkbox.

This property defines the amount of space to be added around the checkbox widget. It is of type EdgeInsets and can be used to create padding around the checkbox to adjust its position within its parent widget.

Implementation

final EdgeInsets margin;