menu
supa_architecture package
documentation
widgets/organisms/section_title.dart
SectionTitle
SectionTitle.new const constructor
SectionTitle.new const constructor
dark_mode
light_mode
SectionTitle
constructor
const
SectionTitle
(
{
Key
?
key
,
required
String
title
,
bool
showPadding
=
true
,
})
Implementation
const SectionTitle({ super.key, required this.title, this.showPadding = true, });
supa_architecture package
documentation
widgets/organisms/section_title
SectionTitle
SectionTitle.new const constructor
SectionTitle class