trailing property
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;
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.
final Widget? trailing;