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