menu
sunny_essentials package
documentation
theme/sunny_text_theme.dart
HeroText
HeroText.bold const constructor
HeroText.bold const constructor
dark_mode
light_mode
HeroText.bold
constructor
const
HeroText.bold
(
String
text
, {
Color
?
color
,
Key
?
key
,
})
Implementation
const HeroText.bold(this.text, {this.color, Key? key}) : fontType = FontType.bold, super(key: key);
sunny_essentials package
documentation
theme/sunny_text_theme
HeroText
HeroText.bold const constructor
HeroText class