SizedBoxModifierAttribute constructor

const SizedBoxModifierAttribute({
  1. double? width,
  2. double? height,
})

Implementation

const SizedBoxModifierAttribute({this.width, this.height});