Dart APIunself_componentHeadingSectionHeadingSection const constructor HeadingSection constructor Null safety const HeadingSection({Key? key, required String label} ) Implementation const HeadingSection({ Key? key, required this.label, }) : super(key: key); unself_component unself_component HeadingSection HeadingSection const constructor HeadingSection class Constructors HeadingSection Properties hashCode key label runtimeType Methods build createElement debugDescribeChildren debugFillProperties noSuchMethod toDiagnosticsNode toString toStringDeep toStringShallow toStringShort Operators operator ==