SpaceLine constructor

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

Implementation

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