ComicsCanvas constructor
const
ComicsCanvas({
- Key? key,
- required ComicsViewModel viewModel,
- double width = 400,
- double height = 600,
Implementation
const ComicsCanvas({
super.key,
required this.viewModel,
this.width = 400,
this.height = 600,
});