currentAlbumNotifier property

ValueNotifier<AssetPathEntity?> currentAlbumNotifier
final

current gallery album

Implementation

final currentAlbumNotifier = ValueNotifier<AssetPathEntity?>(null);