name property

String name
final

Name of dialog

This is typically looked at to determine what dialog implementation to return. You can write different UI implementations for different dialogs and reference them using name just like you'd do with Navigator's named routes.

Defaults to "/".

Implementation

final String name;