BugView constructor

const BugView({
  1. Key? key,
})

Implementation

const BugView({super.key}) : super(painter: const _BugPainter());