SliverSectionHeader constructor

const SliverSectionHeader({
  1. Key? key,
  2. required Widget label,
})

Implementation

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