Gutter.small constructor

const Gutter.small({
  1. bool horizontal = false,
  2. Key? key,
})

Implementation

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