menu
flutter_bug_logger package
documentation
log_text.dart
LogText
LogText.new const constructor
LogText.new const constructor
dark_mode
light_mode
LogText
constructor
const
LogText
(
{
required
LogMode
logMode
,
Key
?
key
,
int
logStyle
=
0
,
})
Implementation
const LogText({ required this.logMode, Key? key, this.logStyle = 0, }) : super(key: key);
flutter_bug_logger package
documentation
log_text
LogText
LogText.new const constructor
LogText class