menu
zefyrka package
documentation
zefyrka.dart
NotusAttributeBuilder<T>
withValue method
withValue method
dark_mode
light_mode
withValue
method
NotusAttribute
<
T
>
withValue
(
T?
value
)
Implementation
NotusAttribute<T> withValue(T? value) => NotusAttribute<T>._(key, scope, value);
zefyrka package
documentation
zefyrka
NotusAttributeBuilder<T>
withValue method
NotusAttributeBuilder class