Gutter constructor

const Gutter({
  1. GutterSize size = GutterSize.medium,
  2. bool horizontal = false,
  3. Key? key,
})

Implementation

const Gutter({
  this.size = GutterSize.medium,
  this.horizontal = false,
  super.key,
});