BlockCanvas constructor

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

Implementation

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