menu
quill_markdown package
documentation
notus/src/document/attributes.dart
NotusAttribute<T>
withValue method
withValue method
dark_mode
light_mode
withValue
method
@
override
NotusAttribute
<
T
>
withValue
(
T
value
)
override
Implementation
@override NotusAttribute<T> withValue(T value) => NotusAttribute<T>._(key, scope, value);
quill_markdown package
documentation
notus/src/document/attributes
NotusAttribute<T>
withValue method
NotusAttribute class