StudioModeStateChanged constructor

StudioModeStateChanged({
  1. required bool studioModeEnabled,
})

Creates an event for when studio mode state changes.

Implementation

StudioModeStateChanged({required this.studioModeEnabled});