SpaceLine constructor

const SpaceLine({
  1. Key? key,
  2. double? height = 1,
})

Implementation

const SpaceLine({Key? key, this.height = 1}) : super(key: key);