menu
flutter_quill_to_pdf package
documentation
converter/configurator/pdf/attribute_functions.dart
AttrInlineBlockFunctions<I, TS>
getBlockQuote abstract method
getBlockQuote abstract method
dark_mode
light_mode
getBlockQuote
abstract method
Future
<
I
>
getBlockQuote
(
List
<
InlineSpan
>
spansToWrap
, [
TS?
style
])
Implementation
Future<I> getBlockQuote(List<pw.InlineSpan> spansToWrap, [TS? style]);
flutter_quill_to_pdf package
documentation
converter/configurator/pdf/attribute_functions
AttrInlineBlockFunctions<I, TS>
getBlockQuote abstract method
AttrInlineBlockFunctions mixin