GutterProps constructor

const GutterProps({
  1. GutterSize size = GutterSize.medium,
  2. bool horizontal = false,
})

Implementation

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