Commit dc7d941
authored
Center tab alignment in badge lists screen (#147)
# 🚀 Pull Request
## Brief Description
This pull requests resolves missing center alignment for the tabs inside
the Badge Screen
## Linked Issues
<!-- Link related issues with the format: Fixes #123, Resolves #456,
Closes #1337 -->
- Fixes #137
## Screenshots
<!-- Add screenshots if UI changes were made. Either new screens only or
before/after -->
| Old | New |
|----------|----------|
||

|
## GitHub Copilot Text
This pull request introduces a small change to the `BadgeTabsView` class
in the `badge_lists_screen.dart` file. The change adds a new property,
`tabAlignment`, to the `TabBar` widget, setting it to
`TabAlignment.center` to ensure the tabs are centrally aligned.1 file changed
Lines changed: 1 addition & 0 deletions
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| 141 | + | |
141 | 142 | | |
142 | 143 | | |
143 | 144 | | |
| |||
0 commit comments