SectionTitle constructor
Creates a SectionTitle widget.
Parameters:
title: The title text to display, will be converted to uppercase (required).showPadding: Whether to apply padding around the title (defaults to true).
Implementation
const SectionTitle({
super.key,
required this.title,
this.showPadding = true,
});