LcdDisplay constructor Null safety
- Model<
ProgramOperation> model, - Future<
void> showMenu( ), - {Key? key}
Implementation
const LcdDisplay(this.model, this.showMenu, {Key? key}) : super(key: key);
const LcdDisplay(this.model, this.showMenu, {Key? key}) : super(key: key);