A list of school types.
const List<Text> schoolTypeEn = <Text>[ Text("Pre school", key: Key("1")), Text("Primary school", key: Key("2")), Text("Secondary school", key: Key("3")), ];