I\'d like to make sure that this code can\'t exist in the codebase: final Function onPress instead it should have to be final void Function() onPress
final Function onPress
final void Function() onPress