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