onAction method
called when cube send any Action to view.
Implementation
// ignore: no-empty-block
void onAction(BuildContext context, C cube, CubeAction action) {}
called when cube send any Action to view.
// ignore: no-empty-block
void onAction(BuildContext context, C cube, CubeAction action) {}