menu
tengits_common package
documentation
widgets/src/light_text.dart
LightText
LightText.new const constructor
LightText.new const constructor
dark_mode
light_mode
LightText
constructor
const
LightText
(
{
required
String
text
,
String
lightText
=
""
,
TextStyle
?
textStyle
,
TextStyle
?
lightStyle
,
})
Implementation
const LightText({ required this.text, this.lightText = "", this.textStyle, this.lightStyle, });
tengits_common package
documentation
widgets/src/light_text
LightText
LightText.new const constructor
LightText class