menu
on_the_fly
shared\theme.dart
LogStyle typedef
LogStyle
dark_mode
light_mode
LogStyle
typedef
LogStyle
= (
{
Color
color
,
Color
foreground
,
bool
isBold
}
)
Implementation
typedef LogStyle = ({Color color, bool isBold, Color foreground});
on_the_fly
theme
LogStyle typedef
theme library