menu
onscreen_ui_debugger package
documentation
debug_helper/debug_log_bloc.dart
DebugLogString
DebugLogString constructor
DebugLogString constructor
dark_mode
light_mode
DebugLogString
constructor
DebugLogString
(
{
required
String
logTitle
,
required
String
logsDescription
,
bool
isExpanded
=
false
,
})
Implementation
DebugLogString( {required this.logTitle, required this.logsDescription, this.isExpanded = false});
onscreen_ui_debugger package
documentation
debug_helper/debug_log_bloc
DebugLogString
DebugLogString constructor
DebugLogString class