VDivider constructor

const VDivider(
  1. double width, {
  2. Key? key,
})

Implementation

const VDivider(this.width, {Key? key}) : super(key: key);