GutterProps constructor
const
GutterProps({
- GutterSize size = GutterSize.medium,
- bool horizontal = false,
Implementation
const GutterProps({
this.size = GutterSize.medium,
this.horizontal = false,
});