SizeBoxInfo constructor

SizeBoxInfo(
  1. String key, {
  2. double? width,
  3. double? height,
})

Implementation

SizeBoxInfo(this.key,{this.width,this.height});