Saad Bash
PostsTagsGuestbookAbout
Published on
Monday, November 7, 2022

How to add border to a container in Flutter

Authors
  • avatar
    Name
    Saad Bash
Container(
  decoration: BoxDecoration(
    border: Border.all(color: Colors.red)
  ),
  child: Text('Red Border'),
)
View on GitHub

Tags

Flutter

Previous Article

How to undo last commit message in Git

Next Article

How to remove all routes from the Navigator in Flutter
← Back to posts
mailMailgithubGitHublinkedinLinkedin
Saad Bash
•
© 2025
•
Saad Bash | Dev Notes & Snippets