HeadingSection constructor Null safety

const HeadingSection(
  1. {Key? key,
  2. required String label}
)

Implementation

const HeadingSection({
  Key? key,
  required this.label,
}) : super(key: key);