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