Page 70 - MDP2022-3
P. 70

.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(
                                                                                                                             borderSide:  BorderSide(
                                                                                                                                 color:
                                                                                                                                         Color(0x00000000),
                                                                                                                                 width:  1,
                                                                                                                             ),
                                                                                                                             borderRadius:
                                                                                                                                     BorderRadius
                                                                                                                                             .circular(8),
                                                                                                                         ),
                                                                                                                         errorBorder:
                                                                                                                                 OutlineInputBorder(
                                                                                                                             borderSide:  BorderSide(
                                                                                                                                 color:
   65   66   67   68   69   70   71   72   73   74   75