description property

Widget? description
final

This is the second content widget, i.e. it is displayed below description.

It is intended for this to contain a Text widget, however, you can pass any Widget. The overlay uses a DefaultTextStyle for the description, which is a combination of TextTheme.bodyText2 from Theme and the textColor.

Implementation

final Widget? description;