menu
terminice package
documentation
testing.dart
InlineStyle
bold method
bold method
dark_mode
light_mode
bold
method
String
bold
(
String
text
)
Applies bold styling to text.
Implementation
String bold(String text) => '${theme.bold}$text${theme.reset}';
terminice package
documentation
testing
InlineStyle
bold method
InlineStyle class