Page 67 - MDP2022-3
P. 67
.override(
fontFamily:
'Noto Sans',
),
),
),
Padding(
padding: EdgeInsetsDirectional
.fromSTEB(0, 12, 0, 0),
child: TextFormField(
controller:
passwordCreateController,
obscureText:
!passwordCreateVisibility,
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,
),