fullScreenMode property

bool fullScreenMode

return true if gallery is in full screen mode,

Implementation

bool get fullScreenMode => panelKey.currentState == null;