ViewportOffset constructor
Default constructor.
Allows subclasses to construct this object directly.
Implementation
ViewportOffset() {
if (kFlutterMemoryAllocationsEnabled) {
ChangeNotifier.maybeDispatchObjectCreation(this);
}
}
Default constructor.
Allows subclasses to construct this object directly.
ViewportOffset() {
if (kFlutterMemoryAllocationsEnabled) {
ChangeNotifier.maybeDispatchObjectCreation(this);
}
}