didStartLayout method Null safety
override
    Called at the beginning of layout to indicate that layout is about to occur.
Implementation
@override
void didStartLayout() {
  assert(debugAssertChildListLocked());
}Called at the beginning of layout to indicate that layout is about to occur.
@override
void didStartLayout() {
  assert(debugAssertChildListLocked());
}