menu
design_system_package package
documentation
atoms/custom_text.dart
CustomText
CustomText.new const constructor
CustomText.new const constructor
dark_mode
light_mode
CustomText
constructor
const
CustomText
(
String
text
, {
Key
?
key
,
TextStyle
?
style
,
})
Implementation
const CustomText(this.text, {super.key, this.style});
design_system_package package
documentation
atoms/custom_text
CustomText
CustomText.new const constructor
CustomText class