AssetsPickerUtils class
@author: wzp_vicky @time: 2023年9月3日10:43:11 @version: V1.1 @description:兼容选择图片和拍照的
Constructors
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
-
toSelectPic(
BuildContext context, {String language = "zh", int maxAssetsCount = 1, AssetPickerConfig? otherConfig, List< AssetEntity> ? selectedAssets, int gridCount = 4, String? themeColor, bool needCamera = true, Function? selectCallback}) → dynamic