albumMenuBuilder abstract method
Widget
albumMenuBuilder(
- BuildContext context,
- String selectedAlbum,
- Map<
String, Tuple2< assets,AssetPathEntity, Uint8List?> ?> - ScrollController controller,
- bool scrollLock,
- dynamic onSelect(
- AssetPathEntity asset
Builds the album menu of the image picker Contains a list of AssetEntity mapped to Uint8List's for thumbnails and information
Implementation
Widget albumMenuBuilder(BuildContext context, String selectedAlbum, Map<String, Tuple2<AssetPathEntity, Uint8List?>?> assets, ScrollController controller, bool scrollLock, double footerHeight, dynamic Function(AssetPathEntity asset) onSelect);