OudsTopAppBar constructor
const
OudsTopAppBar({ - Key? key,
- OudsTopBarSize size = OudsTopBarSize.small,
- List<OudsTopBarActionConfig>? leadingActions,
- String? title,
- List<OudsTopBarActionConfig>? trailingActions,
- bool? centerTitle = false,
- bool translucent = false,
- double? expandedHeight,
- int titleMaxLines = 1,
- bool showAvatar = false,
- 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
}) ;