form method

Widget form(
  1. GlobalKey<FormState> key
)

Implementation

Widget form(GlobalKey<FormState> key) => Form(key: key, child: this);