leading property

Widget? leading
final

The leading widget.

See also:

  • Icon, used to display graphic content
  • RadioButton, used to select an exclusive option from a set of options
  • Checkbox, used to select or deselect items within a list

Implementation

final Widget? leading;