HDivider constructor

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

Implementation

const HDivider(this.height, {Key? key}) : super(key: key);