OudsTopBar constructor
- Key? key,
- String? title,
- bool translucent = false,
- OudsTopBarSize size = OudsTopBarSize.small,
- List<
OudsTopBarActionConfig> ? leadingActions, - List<
OudsTopBarActionConfig> ? trailingActions, - OudsTopAppBarConfig? materialConfig,
Implementation
const OudsTopBar({
super.key,
this.title,
this.translucent = false,
this.size = OudsTopBarSize.small,
this.leadingActions,
this.trailingActions,
/// This parameter is ignored on iOS/Cupertino
this.materialConfig,
});