OnInitCallback typedef

OnInitCallback = void Function(Artboard)

The callback signature for onInit

Implementation

typedef OnInitCallback = void Function(Artboard);