displayName property

String? displayName
final

Human-readable display name for this node.

For widget classes this is the user-chosen page/component name (not the auto-generated scaffold name). For other node types this may be null, in which case consumers should extract a name from the node id.

Implementation

final String? displayName;