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 and state identity. Set scopeName only when you want a stable label for diagnostics.

Implementation

final String? scopeName;