ArcaneGap constructor

const ArcaneGap(
  1. double size, {
  2. bool horizontal = false,
  3. Key? key,
})

Implementation

const ArcaneGap(this.size, {this.horizontal = false, super.key});