menu
mediasfu_sdk
components_modern\core\widgets\section_title.dart
SectionTitle
SectionTitle.new const constructor
SectionTitle.new
dark_mode
light_mode
SectionTitle
constructor
const
SectionTitle
(
{
Key
?
key
,
required
String
title
,
required
bool
isDarkMode
,
})
Implementation
const SectionTitle({ super.key, required this.title, required this.isDarkMode, });
mediasfu_sdk
section_title
SectionTitle
SectionTitle.new const constructor
SectionTitle class