name property

String? name
final

A descriptive name for the scope.

When omitted, Levit generates a unique name from the widget runtime type and state identity. Set an explicit name only when you want a stable label for diagnostics.

Implementation

final String? name;