enableAppBar property

bool enableAppBar
final

是否显示AppBar, 默认为 true。 当为 false 时将不会显示AppBar。同时也会影响到是否显示标题。

Implementation

final bool enableAppBar;