leading property
Optional widget displayed before the main content.
Commonly used for icons that visually represent the button's action. Positioned to the left of the content in LTR layouts.
Implementation
final Widget? leading;
Optional widget displayed before the main content.
Commonly used for icons that visually represent the button's action. Positioned to the left of the content in LTR layouts.
final Widget? leading;