GapWidget constructor

const GapWidget(
  1. double size, {
  2. Key? key,
})

Implementation

const GapWidget(
  this.size, {
  Key? key,
}) : super(key: key);