onFullScreenChanged method

  1. @override
void onFullScreenChanged(
  1. bool isFullScreen
)
override

Implementation

@override
void onFullScreenChanged(bool isFullScreen) {
  value = value.copyWith(isFullScreen: isFullScreen);
}