SectionTitle constructor
const
SectionTitle({
- required String title,
- bool isVisible = true,
- VoidCallback? onCopyTap,
- Key? key,
Implementation
const SectionTitle({
required this.title,
this.isVisible = true,
this.onShareTap,
this.onCopyTap,
super.key,
});