Width constructor

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

Implementation

const Width(this.width, {super.key});