Scaffold.of(context).showSnackBar(SnackBar( content: Text('${state.error}'), backgroundColor: Colors.red, )); } }, child: BlocBuilder<LoginBloc, LoginState>( builder: (ctx, state) { return Form( child: Column( children: <Widget>[ TextFormField( decoration: InputDecoration(labelText: '...
www.dbjr.com.cn/article/2420...htm 2025-5-16