maxWScreen method
max-w-screen -->gt; max-width: 100vw;
Implementation
ContainerBuilder maxWScreen() {
_maxWidth = double.infinity; // 在Flutter中通过MediaQuery获取屏幕宽度
return this;
}
max-w-screen -->gt; max-width: 100vw;
ContainerBuilder maxWScreen() {
_maxWidth = double.infinity; // 在Flutter中通过MediaQuery获取屏幕宽度
return this;
}