DecorationPalette class

Annotations
  • @freezed

Constructors

DecorationPalette({required List<List<RenderItem<DecorationItem>>> historyRenderItems, @Default(0) int currentHistoryIndex})
const
factory

Properties

backgroundImage RenderItem<DecorationBackgroundImage>
背景画像
no setter
canBack bool
過去に戻れるかどうか
no setter
canNext bool
未来に進めるかどうか
no setter
copyWith → $DecorationPaletteCopyWith<DecorationPalette>
no setterinherited
currentHistoryIndex int
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
historyRenderItems List<List<RenderItem<DecorationItem>>>
no setterinherited
isShowingHistory bool
履歴を表示しているかどうか
no setter
renderItems List<RenderItem<DecorationItem>>
背景画像を含む全てのレンダリングされるアイテム
no setter
renderItemsWithoutBackgroundImage List<RenderItem<DecorationItem>>
背景画像を除く全てのレンダリングされるアイテム
no setter
runtimeType Type
A representation of the runtime type of the object.
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