DevicePreviewButtonsVisibilityStyleData class

Annotations
  • @freezed

Constructors

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})
const
factory

Properties

accessibility bool
no setterinherited
copyWith → $DevicePreviewButtonsVisibilityStyleDataCopyWith<DevicePreviewButtonsVisibilityStyleData>
no setterinherited
darkMode bool
no setterinherited
device bool
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
language bool
no setterinherited
rotate bool
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
settings bool
no setterinherited
toggleFrame bool
no setterinherited
toggleKeyboard bool
no setterinherited
togglePreview bool
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited