label property

Widget? label
final

A widget that will be shown above the leading and title widgets for secondary information.

Typically a Text.

Implementation

final Widget? label;