DevicePreviewButtonsVisibilityStyleData constructor

const DevicePreviewButtonsVisibilityStyleData({
  1. @Default(true) bool togglePreview,
  2. @Default(true) bool device,
  3. @Default(true) bool language,
  4. @Default(true) bool rotate,
  5. @Default(true) bool toggleFrame,
  6. @Default(true) bool toggleKeyboard,
  7. @Default(true) bool darkMode,
  8. @Default(true) bool accessibility,
  9. @Default(true) bool settings,
})

Implementation

const factory DevicePreviewButtonsVisibilityStyleData({
  @Default(true) bool togglePreview,
  @Default(true) bool device,
  @Default(true) bool language,
  @Default(true) bool rotate,
  @Default(true) bool toggleFrame,
  @Default(true) bool toggleKeyboard,
  @Default(true) bool darkMode,
  @Default(true) bool accessibility,
  @Default(true) bool settings,
}) = _DevicePreviewButtonsVisibilityStyleData;