leading property

Widget? leading
final

The widget displayed before title. If null, some widget can be inserted here implicitly. To avoid this, set this property to SizedBox.shrink().

Implementation

final Widget? leading;