WidthBox constructor

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

Implementation

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