ValueAssetsList extension

on

Methods

addAsset(StoryElement asset) → void

Available on ValueNotifier<List<StoryElement>>, provided by the ValueAssetsList extension

changeZIndex({required StoryElement asset, int? newIndex}) → void

Available on ValueNotifier<List<StoryElement>>, provided by the ValueAssetsList extension

containsAsset(StoryElement asset) bool

Available on ValueNotifier<List<StoryElement>>, provided by the ValueAssetsList extension

removeAsset(StoryElement asset) → void

Available on ValueNotifier<List<StoryElement>>, provided by the ValueAssetsList extension