ArtboardSelector.byIndex constructor

ArtboardSelector.byIndex(
  1. int index
)

Selects the artboard at the given index.

Implementation

factory ArtboardSelector.byIndex(int index) => ArtboardAtIndex(index);