AttachmentSelectionOptions class

Constructors

AttachmentSelectionOptions({dynamic key, required dynamic onSelected, dynamic onLinkSelected})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
onLinkSelected → dynamic
final
onSelected → dynamic
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build(dynamic context) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onTapAudio(dynamic context) Future<void>
onTapCamera(dynamic context) Future<void>
onTapFile(dynamic context) Future<void>
onTapImage(dynamic context) Future<void>
onTapVideo(dynamic context) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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