CrashButton constructor

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

Implementation

const CrashButton({Key? key}) : super(key: key);