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