EditorBoxConstraintsBuilder typedef

EditorBoxConstraintsBuilder = BoxConstraints? Function(BuildContext context, ProImageEditorConfigs configs)

Creates custom BoxConstraints to use when displaying editors in modal bottom sheets.

Implementation

typedef EditorBoxConstraintsBuilder = BoxConstraints? Function(
  BuildContext context,
  ProImageEditorConfigs configs,
);