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