Commit f4cdcf15 by tanghuan

默认不显示AppBar

1 parent 9f5a5a17
...@@ -88,7 +88,7 @@ class WebState extends Equatable { ...@@ -88,7 +88,7 @@ class WebState extends Equatable {
this.bgColor = 0xFF7691FA, this.bgColor = 0xFF7691FA,
this.opIcon = 'none', this.opIcon = 'none',
this.setting = true, this.setting = true,
this.showAppBar = true, this.showAppBar = false,
this.showBottomNavBar = false, this.showBottomNavBar = false,
this.loginOpFlag = false, this.loginOpFlag = false,
this.visitor, this.visitor,
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!