isBookLoaded property

ValueNotifier<bool> isBookLoaded
final

Implementation

final isBookLoaded = ValueNotifier<bool>(false);