MediaFormEntries class

A collection of media-related form entry widgets

Constructors

MediaFormEntries.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

multiPhotoFormEntry({String title = 'Photos', String subTitle = 'Upload multiple photos', List<File>? selectedImages, List<XFile>? webSelectedImages, dynamic onImagesSelected(List<File>)?, dynamic onXFilesSelected(List<XFile>)?, int maxImages = 5, bool enabled = true, GlobalKey<FormState>? formKey, VoidCallback? onModified, required BuildContext context}) Widget
Multi-photo form field
pictureFormEntry({String title = 'Picture', String subTitle = 'Upload a picture', String? defaultValue, File? selectedImage, Uint8List? selectedImageBytes, required VoidCallback onPickImage, required VoidCallback onRemoveImage, bool enabled = true, required BuildContext context}) Widget
Single picture form field