title property

Widget? title
final

An optional title widget for the section header, allowing custom UI elements like Text or RichText to be placed prominently above the content.

Implementation

final Widget? title;