Page 64 - MDP2022-3
P. 64
},
text: '가입하지 않고 계속하기',
options: FFButtonOptions(
width: 230,
height: 50,
color: FlutterFlowTheme
.of(context)
.primaryBackground,
textStyle:
FlutterFlowTheme.of(
context)
.subtitle2
.override(
fontFamily:
'noto',
color: FlutterFlowTheme.of(
context)
.primaryText,
useGoogleFonts:
false,
),
elevation: 0,
borderSide: BorderSide(
color:
Colors.transparent,
width: 1,
),
borderRadius:
BorderRadius.circular(
40),
),
),
),
],
),
),
),
Padding(
padding:
EdgeInsetsDirectional.fromSTEB(
24, 0, 24, 0),
child: SingleChildScrollView(
child: Column(
mainAxisSize: MainAxisSize.max,