onSizeAndEdgeInsets static method
Screen will be rebuild when size And View Insets changes
Implementation
static bool onSizeAndEdgeInsets(MediaQueryData old, MediaQueryData data) {
return old.viewInsets != data.viewInsets;
}
Screen will be rebuild when size And View Insets changes
static bool onSizeAndEdgeInsets(MediaQueryData old, MediaQueryData data) {
return old.viewInsets != data.viewInsets;
}