MediaGalleryControl<F extends Object> constructor
MediaGalleryControl<F extends Object> ({})
Implementation
MediaGalleryControl({
Key? key,
required this.name,
this.initialValue,
this.onChanged,
this.onError,
this.columns = 3,
this.itemHeight,
this.allowThirdParty = false,
this.size = 60,
this.placeholder,
this.isReadOnly = false,
this.progress,
}) : type = FlutterMediaTypes.get<F>(),
super(key: key);