Page 74 - MDP2022-3
P. 74

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),
                                                                                                                     ),
                                                                                                                 ),
                                                                                                             ),
                                                                                                         ],
                                                                                                     ),
                                                                                                 ),
                                                                                             ),
                                                                                         ],
                                                                                     ),
                                                                                 ),
                                                                             ],
                                                                         ),
                                                                     ),
                                                                 ),
                                                             ],
                                                         ),
                                                     ),
                                                 ),
   69   70   71   72   73   74   75   76   77   78   79