leading property

Widget? leading
final

Optional widget displayed before the checkbox square.

Commonly used for labels or icons. Automatically styled with small and medium text styles for consistency.

Implementation

final Widget? leading;