trailing property

Widget? trailing
final

Optional widget displayed after the checkbox square.

Commonly used for labels, descriptions, or secondary information. The widget is automatically styled with small and medium text styles for visual consistency. Spacing is controlled by gap.

Implementation

final Widget? trailing;