trailing property

Widget? trailing
final

Widget displayed to the right of the main child content.

Often used for icons indicating direction (arrows) or additional actions. Automatically spaced from the child with appropriate gaps.

Implementation

final Widget? trailing;