leading property

Widget? leading
final

Widget displayed at the start of the text area.

Positioned before the text content and is useful for icons or labels that provide context for the input.

Implementation

final Widget? leading;