menu
x_debug package
documentation
log/net_console.dart
LogBar
LogBar.new const constructor
LogBar.new const constructor
dark_mode
light_mode
LogBar
constructor
const
LogBar
(
{
Key
?
key
,
required
bool
dark
,
required
Widget
child
,
})
Implementation
const LogBar({super.key, required this.dark, required this.child});
x_debug package
documentation
log/net_console
LogBar
LogBar.new const constructor
LogBar class