Skip to content

Conversation

@FrydieGoldstein
Copy link

אשמח לריוויו על הקוד שלי. תודה.

Comment on lines 78 to 83
# example:
# fonts:
# - family: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
fonts:
- family: Assistant
fonts:
- asset: assets/fonts/MyFlutterApp.ttf
# style: italic

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

delete

@override
Widget build(BuildContext context) {
return Container(
margin: const EdgeInsets.only(left: 40.0, right: 40.0),

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change to symetric

onPressed: onPressed,
child: Row(
mainAxisAlignment: MainAxisAlignment.center,
children: [

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

symetric

body: Container(
color: Colors.white,
child: Center(
child: Column(

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change to listview

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants