header property

Widget? header
final

Optional header displayed above the glass card.

Typically a Text widget with section title styling (uppercase, small font, muted colour) matching iOS grouped table section headers.

Implementation

final Widget? header;