kSceneScrollMargin top-level constant

double const kSceneScrollMargin

SizedBox after the rows — guarantees maxScrollExtent >= 1000 on any target screen; a scenario whose scene cannot scroll that far is a scene defect and fails instead of measuring an empty scroll.

Implementation

const double kSceneScrollMargin = 1200;