NikuBoxConstraints constructor

NikuBoxConstraints({
  1. double? minWidth,
  2. double? maxWidth,
  3. double? minHeight,
  4. double? maxHeight,
})

Implementation

NikuBoxConstraints({
  this.minWidth,
  this.maxWidth,
  this.minHeight,
  this.maxHeight,
});