PopConstraintBox constructor

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

Implementation

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