FullScreenOption constructor

const FullScreenOption({
  1. required bool enabled,
  2. bool locked = false,
})

Creates FullScreenOption.

Implementation

const FullScreenOption({
  required this.enabled,
  this.locked = false,
});