padding property
The padding between the checkbox and its label/sublabel.
Defaults to EdgeInsetsDirectional.only(start: 8) if not specified.
Implementation
final EdgeInsetsGeometry? padding;
The padding between the checkbox and its label/sublabel.
Defaults to EdgeInsetsDirectional.only(start: 8) if not specified.
final EdgeInsetsGeometry? padding;