topLeading property

Widget? topLeading
final

Custom leading widget.

When this stays at defaultLeading, the scaffold renders its own platform back item and may pair it with topLeadingText. Any custom widget supplied here is rendered unchanged and ignores topLeadingText.

Implementation

final Widget? topLeading;