menu
takyeebbak
core/widgets/app_bar_components/web_app_bar.dart
WebAppBar
WebAppBar.new const constructor
WebAppBar.new
dark_mode
light_mode
WebAppBar
constructor
const
WebAppBar
(
{
required
String
title
,
List
<
Widget
>
?
actions
,
Key
?
key
,
})
Implementation
const WebAppBar({required this.title, this.actions, super.key});
takyeebbak
web_app_bar
WebAppBar
WebAppBar.new const constructor
WebAppBar class