groupSpacing method
Sets the spacing between groups (default: 1).
Implementation
GroupedDefinitionList groupSpacing(int value) {
_groupSpacing = value;
return this;
}
Sets the spacing between groups (default: 1).
GroupedDefinitionList groupSpacing(int value) {
_groupSpacing = value;
return this;
}