OmegaAppBar constructor
OmegaAppBar({})
Implementation
OmegaAppBar({
this.title = 'Omega',
this.subtitle = '',
this.titleSize = 16,
this.actions,
this.leading,
this.logo,
required this.iconDataColor,
required this.textColor,
required this.bgColor,
this.brightness = Brightness.light,
});