ShutterButton constructor

const ShutterButton({
  1. Key? key,
  2. required bool busy,
})

Implementation

const ShutterButton({super.key, required this.busy});