The following assertion was thrown building Switch(dirty, dependencies: [_EffectiveTickerMode], state: _SwitchState#70e2b): No Material widget found. code example
Example: No Material widget found. TextField widgets require a Material widget ancestor.
Widget LoginPage() {
return new Scaffold(body: *your whole code*)
}