A list of school types.
const List<Text> schoolTypeDe = <Text>[ Text("Kindergarten", key: Key("1")), Text("Primarschule", key: Key("2")), Text("Sekundarschule", key: Key("3")), ];