showSubtitle method

Future<void> showSubtitle()

show the subtitle.

Implementation

Future<void> showSubtitle() async {
  _isSub = true;
  _notify();
}