Width constructor

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

Implementation

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