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