skip to Main Content

Flutter borders

Hello I very new to Flutter and I am trying to create a button, but I have a problem with this. This is the code: Align( alignment: AlignmentDirectional(-0.03, 0.13), child: FFButtonWidget( onPressed: () { print('Login pressed ...'); }, text: 'Login',…

VIEW QUESTION
Back To Top
Search