SizedBoxModifierSpec constructor

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

Implementation

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