FAutoWidthPortalConstraints constructor

const FAutoWidthPortalConstraints({
  1. double minHeight = 0.0,
  2. double maxHeight = double.infinity,
})

Creates a FPortalConstraints that automatically derive the width from the child.

Implementation

const FAutoWidthPortalConstraints({this.minHeight = 0.0, this.maxHeight = double.infinity}) : super._();