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