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