DevicePreviewToolBarStyle class

Annotations
  • @freezed

Constructors

DevicePreviewToolBarStyle({required DevicePreviewButtonsVisibilityStyleData buttonsVisibility, required Color backgroundColor, required Color foregroundColor, required Color buttonBackgroundColor, required Color buttonHoverBackgroundColor, required DevicePreviewToolBarPosition position, required DevicePreviewToolBarSpacingData spacing, required DevicePreviewToolBarTextStyleData fontStyles})
const
factory
DevicePreviewToolBarStyle.dark({DevicePreviewToolBarPosition? position, DevicePreviewButtonsVisibilityStyleData? buttonsVisibility})
factory
DevicePreviewToolBarStyle.light({DevicePreviewToolBarPosition? position, DevicePreviewButtonsVisibilityStyleData? buttonsVisibility})
factory

Properties

backgroundColor Color
no setterinherited
buttonBackgroundColor Color
no setterinherited
buttonHoverBackgroundColor Color
no setterinherited
buttonsVisibility DevicePreviewButtonsVisibilityStyleData
no setterinherited
copyWith → $DevicePreviewToolBarStyleCopyWith<DevicePreviewToolBarStyle>
no setterinherited
fontStyles DevicePreviewToolBarTextStyleData
no setterinherited
foregroundColor Color
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
position DevicePreviewToolBarPosition
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spacing DevicePreviewToolBarSpacingData
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