onFirstClick property
getter/setter pair
Function that can be used when user interacts with canvas for the first time
Implementation
void Function()? onFirstClick;
Function that can be used when user interacts with canvas for the first time
void Function()? onFirstClick;