GapY constructor

const GapY([
  1. double height = 16,
  2. Key? key
])

Creates a GapY widget with specified vertical space.

Implementation

const GapY([this.height = 16, Key? key]) : super(key: key);