hasLeading property

bool? hasLeading
final

True if the FlexibleSpaceBar has a leading widget.

This value is used by the FlexibleSpaceBar to determine if there should be a gap between the leading widget and the title.

Null if the caller hasn't determined if the FlexibleSpaceBar has a leading widget.

Implementation

final bool? hasLeading;