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