how to create a vertical line in flutter
VerticalDivider(color: Colors.black,
thickness: 2, width: 20,
indent: 200,
endIndent: 200,)
how to create a vertical line in flutter
VerticalDivider(color: Colors.black,
thickness: 2, width: 20,
indent: 200,
endIndent: 200,)
straight divider flutter
Divider(
thickness: 5, // thickness of the line
indent: 20, // empty space to the leading edge of divider.
endIndent: 20, // empty space to the trailing edge of the divider.
color: Colors.black, // The color to use when painting the line.
height: 20, // The divider's height extent.
),
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