ScrollControllerAutoKeepStateData constructor

ScrollControllerAutoKeepStateData({
  1. required String keyId,
})

safe offset scroll automatic without any hastle

Implementation

ScrollControllerAutoKeepStateData({
  required String keyId,
}) {
  page_storage_key = PageStorageKey(keyId);
}