AkoImageSourceOptions class

AkoImageSourceOptions is a wrapper for arguments to AkoImageSourceSheet

Constructors

AkoImageSourceOptions({required AkoImageSourceAction galleryAction, required AkoImageSourceAction cameraAction, Widget galleryActionText = const Text("Gallery"), Icon galleryActionIcon = const Icon(Icons.photo_library, size: 40), Widget cameraActionText = const Text("Camera"), Icon cameraActionIcon = const Icon(Icons.camera, size: 40), AkoImageSourceStyle? customStyle})

Properties

cameraAction AkoImageSourceAction
getter/setter pair
cameraActionIcon Icon
getter/setter pair
cameraActionText Widget
getter/setter pair
customStyle AkoImageSourceStyle?
getter/setter pair
galleryAction AkoImageSourceAction
getter/setter pair
galleryActionIcon Icon
getter/setter pair
galleryActionText Widget
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style AkoImageSourceStyle
no setter

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