schoolTypeIt top-level constant
A list of school types.
Implementation
const List<Text> schoolTypeIt = <Text>[
Text("Scuola dell’infanzia, materna", key: Key("1")),
Text("Scuola primaria, elementare", key: Key("2")),
Text("Scuola secondaria, media", key: Key("3")),
];