name property

String? name
final

A descriptive name for the scope (used in profiling and logs).

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

Implementation

final String? name;