sectionHeader abstract method

Widget sectionHeader(
  1. BuildContext context, {
  2. Key? key,
  3. String? header,
  4. Map<String, dynamic>? extraInfo,
})

Section Header

Implementation

Widget sectionHeader(BuildContext context, {Key? key, String? header, Map<String, dynamic>? extraInfo});