DecorationPalette constructor

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

Implementation

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