WidthBox constructor

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

Implementation

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