LowerBoundedViewPortFactory constructor

const LowerBoundedViewPortFactory(
  1. WidgetViewPortFactory delegateFactory, {
  2. double minHeight = 0,
  3. double minWidth = 0,
})

Implementation

const LowerBoundedViewPortFactory(
  this.delegateFactory, {
  this.minHeight = 0,
  this.minWidth = 0,
});