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