leading property

Widget? leading
final

The optional leading widget for the dialog header, positioned left.

Type: Widget?

Usage: Icons or small widgets for visual cues, e.g., info icons in Confirm dialogs. Automatically styled as large muted icons in the build process.

Implementation

final Widget? leading;