ConverterConfigurator<D, T> class
abstract
Use this class if you want to create your own PDF configurator implementation instead Converter
- Inheritance
- Implementers
Constructors
- ConverterConfigurator({required D document})
Properties
- document → D
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
generateDoc(
) → Future< T> -
This functions generates the document
inherited
-
generateWidget(
{double? maxWidth, double? maxHeight}) → Future< Widget> -
Use generateWidget to create whole widgets that are
commonly pasted into a document, giving you full control
of the new widgets generated
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited