ViewportState class
- Annotations
Constructors
- ViewportState({double scale = 1.0, Offset offset = Offset.zero})
-
const
Properties
Methods
-
copyWith(
{double? scale, Offset? offset}) → ViewportState -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override