flutter center row
mainAxisAlignment: MainAxisAlignment.center //Center Column contents vertically,
flutter center row
mainAxisAlignment: MainAxisAlignment.center //Center Column contents vertically,
text justify in flutter
Container(
width: MediaQuery.of(context).size.width,
margin: EdgeInsets.only(bottom: 10),
padding: EdgeInsets.all(10),
child: Align(
alignment: Alignment.centerLeft,
child: Text(Strings.privacy, style: TextStyle(
color: Colors.black87,
fontSize: 15,
letterSpacing: 1.4,
),
),
),
);
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us