Skip to content

App Bar

Top navigation bar with actions and branding.

Installation

bash
flutter_studio add appbar
bash
flutter pub add flutter_studio

Usage

dart
CustomAppBar(
  title: 'My App',
  actions: [
    IconButton(
      icon: Icon(Icons.settings),
      onPressed: () {},
    ),
  ],
)

API Reference

Properties

PropertyTypeDefaultDescription
titleStringrequiredApp bar title
actionsList<Widget>?nullAction buttons