createState method

  1. @override
_PasswordState createState()

Creates a State for current component, inspired by Flutter's StatefulWidget.

Implementation

@override
_PasswordState createState() => _PasswordState();