CoercedViewPortFactory class

Returns a value of the underlying ViewPort instance coerced by the given values.

See also:

Implemented types
Annotations

Constructors

CoercedViewPortFactory(WidgetViewPortFactory delegateFactory, {double maxHeight = double.infinity, double maxWidth = double.infinity, double minHeight = 0, double minWidth = 0})
const

Properties

delegateFactory WidgetViewPortFactory
final
hashCode int
The hash code for this object.
no setteroverride
maxHeight double
final
maxWidth double
final
minHeight double
final
minWidth double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(BuildContext context) ViewPort
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override