Mark this widget as a heading for screen readers.
Widget asSemanticHeading(String label) { return Semantics( header: true, label: label, child: this, ); }