FPortalConstraints.tightFor constructor
Creates a FPortalConstraints that require the given width or height.
Implementation
const factory FPortalConstraints.tightFor({double? width, double? height}) = FixedConstraints.tightFor;
Creates a FPortalConstraints that require the given width or height.
const factory FPortalConstraints.tightFor({double? width, double? height}) = FixedConstraints.tightFor;