menu
truesight_flutter package
documentation
widgets/body_text.dart
BodyText
BodyText const constructor
BodyText const constructor
dark_mode
light_mode
BodyText
constructor
const
BodyText
(
{
Key
?
key
,
required
String
text
,
String
level
=
medium
,
})
Implementation
const BodyText({ super.key, required this.text, this.level = medium, });
truesight_flutter package
documentation
widgets/body_text
BodyText
BodyText const constructor
BodyText class