CustomAppBar constructor

CustomAppBar({
  1. String? title,
  2. double elevation = 0.0,
  3. bool showBackButton = false,
  4. List<Widget> actionItems = const [],
})

Implementation

CustomAppBar(
    {this.title,
    this.elevation = 0.0,
    this.showBackButton = false,
    this.actionItems = const []});