generateWidget abstract method
Use generateWidget to create whole widgets that are commonly pasted into a document, giving you full control of the new widgets generated
Implementation
Future<Widget> generateWidget({
double? maxWidth,
double? maxHeight,
});