GapProps constructor

const GapProps(
  1. double size, {
  2. bool horizontal = false,
})

Implementation

const GapProps(this.size, {this.horizontal = false});