schoolTypeEn top-level constant

List<Text> const schoolTypeEn

A list of school types.

Implementation

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