ArcaneGutter.small constructor

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

Implementation

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