trailing property

Widget? trailing
final

Optional widget displayed after the checkbox square.

Commonly used for labels, descriptions, or additional controls. Automatically styled with small and medium text styles for consistency.

Implementation

final Widget? trailing;