LocalAttr<T> constructor
LocalAttr<T> ({
- required String key,
- required T defaultValue,
Implementation
LocalAttr({required this.key, required this.defaultValue});