offset property Null safety
Implementation
double get offset {
assert(
_attachedControllers.isNotEmpty,
'PairedScrollControllerGroup does not have any scroll controllers '
'attached.',
);
return _attachedControllers.last.offset;
}
double get offset {
assert(
_attachedControllers.isNotEmpty,
'PairedScrollControllerGroup does not have any scroll controllers '
'attached.',
);
return _attachedControllers.last.offset;
}