CanvasBoolDialog constructor

CanvasBoolDialog({
  1. Key? key,
  2. required Color blockColor,
  3. required String? defaultValue,
})

Implementation

CanvasBoolDialog({
  Key? key,
  required this.blockColor,
  required this.defaultValue,
}) : super(key: key);