ArcaneGutter.large constructor

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

Implementation

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