SectionTile constructor

const SectionTile({
  1. required List<Widget> children,
  2. String? label,
  3. Key? key,
})

Implementation

const SectionTile({required this.children, this.label, super.key});