ArtboardSelector.byIndex constructor
ArtboardSelector.byIndex(
- int index
Selects the artboard at the given index.
Implementation
factory ArtboardSelector.byIndex(int index) => ArtboardAtIndex(index);
Selects the artboard at the given index.
factory ArtboardSelector.byIndex(int index) => ArtboardAtIndex(index);