PopBox constructor

PopBox({
  1. double? width,
  2. double? height,
  3. bool limitSize = false,
})

Implementation

PopBox({this.width, this.height, this.limitSize = false});