FilterImagePreview constructor

const FilterImagePreview(
  1. {Key? key,
  2. FilterImagePreviewCreatedCallback? onCreated,
  3. required Filterable filter}
)

Implementation

const FilterImagePreview({Key? key, this.onCreated, required this.filter})
    : super(key: key);