Commit 3729fb2c by tanghuan

默认不显示AppBar

1 parent 4a73d5a7
...@@ -87,7 +87,7 @@ class WebState extends Equatable { ...@@ -87,7 +87,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!