UpperBoundedViewPortFactory constructor

const UpperBoundedViewPortFactory(
  1. WidgetViewPortFactory delegateFactory, {
  2. double maxHeight = double.infinity,
  3. double maxWidth = double.infinity,
})

Implementation

const UpperBoundedViewPortFactory(
  this.delegateFactory, {
  this.maxHeight = double.infinity,
  this.maxWidth = double.infinity,
});