RenderConstrainedBox constructor

RenderConstrainedBox({
  1. required BoxConstraints additionalConstraints,
})

Implementation

RenderConstrainedBox({required this.additionalConstraints});