onFirstClick property

void Function()? onFirstClick
getter/setter pair

Function that can be used when user interacts with canvas for the first time

Implementation

void Function()? onFirstClick;