Skip to main content

Overview for MainAppBar

Description

The main [AppBar] appearing at the top of the app for most pages.

Dependencies

  • StatelessWidget, PreferredSizeWidget

Members

  • leading: Widget? A widget placed on the left side of the [AppBar].

  • actions: List<Widget>? A list of buttons displayed on the right side of the [AppBar].

Constructors

Unnamed Constructor

Creates an instance of [MainAppBar].