Spacing.small constructor
- {Key? key}
Both vertical and horizontal smallSpacing
Implementation
const Spacing.small({Key? key})
: this._(key: key, vertical: smallSpacing, horizontal: smallSpacing);
Both vertical and horizontal smallSpacing
const Spacing.small({Key? key})
: this._(key: key, vertical: smallSpacing, horizontal: smallSpacing);