ViewportOffset constructor

ViewportOffset()

Default constructor.

Allows subclasses to construct this object directly.

Implementation

ViewportOffset() {
  if (kFlutterMemoryAllocationsEnabled) {
    ChangeNotifier.maybeDispatchObjectCreation(this);
  }
}