leading property
final
A widget to display before the text input field.
Typically the leading widget is an Icon or an IconButton.
Implementation
final Widget? leading;
A widget to display before the text input field.
Typically the leading widget is an Icon or an IconButton.
final Widget? leading;