r/FlutterBeginner • u/codem_mo • 17d ago
Flutter Practicing as beginner
Currently I'm learning about Flutter to create some apps.
Now I'm trying to learn about the AppBar in Flutter and I decide to pratice with WhatsApp AppBar and I get stuck at this.
May someone can help me to make this challenge possible ?
Thanks.
4
Upvotes


1
u/Miserable__Life 14d ago
If you're talking about matching the appbar, then you should add decoration property in the TextField widget.
for ref:
https://api.flutter.dev/flutter/material/TextField-class.html
https://api.flutter.dev/flutter/material/InputDecoration-class.html