OudsTopAppBarConfig constructor

const OudsTopAppBarConfig({
  1. bool centerTitle = false,
  2. double? expandedHeight,
  3. int titleMaxLines = 1,
  4. bool showAvatar = false,
})

Implementation

const OudsTopAppBarConfig({
  this.centerTitle = false,
  this.expandedHeight,
  this.titleMaxLines = 1,
  this.showAvatar = false,
});