OudsTopAppBar constructor

const OudsTopAppBar({
  1. Key? key,
  2. OudsTopBarSize size = OudsTopBarSize.small,
  3. List<OudsTopBarActionConfig>? leadingActions,
  4. String? title,
  5. List<OudsTopBarActionConfig>? trailingActions,
  6. bool? centerTitle = false,
  7. bool translucent = false,
  8. double? expandedHeight,
  9. int titleMaxLines = 1,
  10. bool showAvatar = false,
  11. String? icon,
})

Implementation

const OudsTopAppBar({super.key,
  this.size = OudsTopBarSize.small,
  this.leadingActions,
  this.title,
  this.trailingActions,
  this.centerTitle = false,
  this.translucent = false,
  this.expandedHeight,
  this.titleMaxLines = 1,
  this.showAvatar = false,
  this.icon
}) ;