NewCanvas constructor

const NewCanvas(
  1. {required GlobalKey<ShakeWidgetState> shakeKey,
  2. Key? key}
)

Implementation

const NewCanvas({required this.shakeKey, super.key});