PhotoFilterSelector constructor
Implementation
PhotoFilterSelector({
@required this.image,
@required this.filename,
@required this.filters,
this.loader = const Center(child: CircularProgressIndicator()),
this.fit = BoxFit.fill,
});
PhotoFilterSelector({
@required this.image,
@required this.filename,
@required this.filters,
this.loader = const Center(child: CircularProgressIndicator()),
this.fit = BoxFit.fill,
});