Skip to content

Commit bc9b494

Browse files
docs: add documentation
1 parent 556e53a commit bc9b494

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/src/presentation/widgets/sign_in_form.dart

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ import 'package:provider/provider.dart';
33

44
import '../../application/auth/sign_in_handler/sign_in_handler_state.dart';
55

6+
/// A wrapper for a standard [Form] widget. It allows the [Form] to respond to
7+
/// error messages if the current email and password fields are not correct.
8+
///
9+
/// Should be used in conjunction with [EmailTextFormField] and
10+
/// [PasswordTextFormField]
611
class SignInForm extends StatelessWidget {
712
const SignInForm({Key key, @required this.child})
813
: assert(child != null),

0 commit comments

Comments
 (0)