trailing property
Optional widget displayed at the trailing edge of the item.
Type: Widget?
. Commonly used for action buttons, status indicators,
or context menus. Positioned after the main content.
Implementation
final Widget? trailing;
Optional widget displayed at the trailing edge of the item.
Type: Widget?
. Commonly used for action buttons, status indicators,
or context menus. Positioned after the main content.
final Widget? trailing;