PickMode enum

Inheritance

Constructors

PickMode()
const

Values

all → const PickMode

可以选择图片和视频 //同时可以拍照和拍视频

image → const PickMode

只可以选择图片 //同时可以拍照片

video → const PickMode

只可以选择视频 //同时可以拍视频

talkingAll → const PickMode

上面的值 决定 唤起选择器 下面的值 决定 只唤起相机 可以拍照和拍视频

talkingImage → const PickMode

只可以拍照

talkingVideo → const PickMode

只可以拍视频

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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

Constants

values → const List<PickMode>
A constant List of the values in this enum, in order of their declaration.