Gutter constructor
const
Gutter({
- GutterSize size = GutterSize.medium,
- bool horizontal = false,
- Key? key,
Implementation
const Gutter({
this.size = GutterSize.medium,
this.horizontal = false,
super.key,
});