trailing property

Widget? trailing
final

Optional trailing widget, typically for actions or dismissal.

Type: Widget?. Displayed at the end of the alert layout. Common use cases include close buttons or action controls.

Implementation

final Widget? trailing;