Page 65 - MDP2022-3
P. 65

children:  [
                                                                                                             Padding(
                                                                                                                 padding:  EdgeInsetsDirectional
                                                                                                                         .fromSTEB(0,  20,  0,  0),
                                                                                                                 child:  TextFormField(
                                                                                                                     controller:
                                                                                                                             emailAddressController,
                                                                                                                     obscureText:  false,
                                                                                                                     decoration:  InputDecoration(
                                                                                                                         labelText:  '이메일',
                                                                                                                         labelStyle:
                                                                                                                                 FlutterFlowTheme.of(
                                                                                                                                                 context)
                                                                                                                                         .bodyText2
                                                                                                                                         .override(
                                                                                                                                             fontFamily:
                                                                                                                                                     'noto',
                                                                                                                                             useGoogleFonts:
                                                                                                                                                     false,
                                                                                                                                         ),
                                                                                                                         hintText:  '이메일  입력',
                                                                                                                         hintStyle:
                                                                                                                                 FlutterFlowTheme.of(
                                                                                                                                                 context)
                                                                                                                                         .bodyText2
                                                                                                                                         .override(
                                                                                                                                             fontFamily:
                                                                                                                                                     'noto',
                                                                                                                                             useGoogleFonts:
                                                                                                                                                     false,
                                                                                                                                         ),
                                                                                                                         enabledBorder:
                                                                                                                                 OutlineInputBorder(
                                                                                                                             borderSide:  BorderSide(
                                                                                                                                 color:
                                                                                                                                         Color(0x00000000),
                                                                                                                                 width:  1,
                                                                                                                             ),
                                                                                                                             borderRadius:
                                                                                                                                     BorderRadius
                                                                                                                                             .circular(8),
                                                                                                                         ),
                                                                                                                         focusedBorder:
                                                                                                                                 OutlineInputBorder(
   60   61   62   63   64   65   66   67   68   69   70