leading property

Widget? leading
final

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;