trailing property

Widget? trailing
final

Optional trailing widget for additional dialog controls.

Type: Widget?. Positioned at the end of the dialog header with similar styling to the leading widget.

Implementation

final Widget? trailing;