assertHasLayout method
Implementation
@protected
void assertHasLayout() {
assert(
hasLayout,
'"size" is not ready yet. Did you try to access it on the Game '
'constructor? Use the "onLoad" method instead.',
);
}
@protected
void assertHasLayout() {
assert(
hasLayout,
'"size" is not ready yet. Did you try to access it on the Game '
'constructor? Use the "onLoad" method instead.',
);
}