menu
flower package
documentation
core/src/log/log_profile.dart
LogProfile
LogProfile.new constructor
LogProfile.new constructor
dark_mode
light_mode
LogProfile
constructor
LogProfile
(
{
required
String
tag
,
required
bool
visible
,
Color
color
=
Colors.white
,
})
Implementation
LogProfile({ required this.tag, required this.visible, this.color = Colors.white, });
flower package
documentation
core/src/log/log_profile
LogProfile
LogProfile.new constructor
LogProfile class