menu
y_debug_tools package
documentation
k_debug_tools.dart
NavBar
NavBar const constructor
NavBar const constructor
dark_mode
light_mode
NavBar
constructor
const
NavBar
(
{
Key
?
key
,
String
?
title
,
Function
?
onBack
,
})
Implementation
const NavBar({Key? key, this.title, this.onBack}) : super(key: key);
y_debug_tools package
documentation
k_debug_tools
NavBar
NavBar const constructor
NavBar class