scopeName property

String? scopeName
final

A descriptive name for the internal scope.

When omitted, Levit generates a unique name from this widget's runtime type (so subclasses like HomePage appear in diagnostics) and state identity. Set scopeName only when you want a stable label.

Implementation

final String? scopeName;