showToolbar property

bool? showToolbar
final

Show or hide the main toolbar. Corresponds to initialViewState.showToolbar.

Prefer setting NutrientViewConfiguration.userInterfaceViewMode for cross-platform toolbar visibility; this field is the web-specific override.

Implementation

final bool? showToolbar;