menu
awesome_jaspr_components package
documentation
utils/components/headings.dart
H4
H4.new const constructor
H4.new const constructor
dark_mode
light_mode
H4
constructor
const
H4
(
{
Key?
key
,
required
String
data
,
})
Implementation
const H4({super.key, required this.data});
awesome_jaspr_components package
documentation
utils/components/headings
H4
H4.new const constructor
H4 class