SchoolForm constructor

const SchoolForm(
  1. {Key? key}
)

A constructor.

Implementation

const SchoolForm({Key? key}) : super(key: key);