menu
velocity_components package
documentation
widgets/texts/texts.dart
BodyText1
BodyText1.new const constructor
BodyText1.new const constructor
dark_mode
light_mode
BodyText1
constructor
const
BodyText1
(
String
title
, {
Key
?
key
,
Color
?
color
=
lightTextColor
,
})
Implementation
const BodyText1(this.title, {Key? key, this.color = lightTextColor}) : super(key: key);
velocity_components package
documentation
widgets/texts/texts
BodyText1
BodyText1.new const constructor
BodyText1 class