BpmApp constructor
const
BpmApp({
- Key? key,
- required List<
Widget> screens, - required BpmController bpmController,
Implementation
const BpmApp({Key? key, required this.screens, required this.bpmController})
: super(key: key);