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