StackCanvas constructor
const
StackCanvas({})
Implementation
const StackCanvas({
this.width = double.maxFinite,
this.height = double.maxFinite,
this.backgroundColor = Colors.white,
this.animationDuration = const Duration(milliseconds: 400),
required this.canvasController,
this.disposeController = true,
});