Skip to content

Commit 0140d68

Browse files
Update test/components/badge/gf_icon_badge_test.dart
1 parent c4b44e4 commit 0140d68

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/components/badge/gf_icon_badge_test.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ void main() {
99
body: GFIconBadge(
1010
child: Icon(Icons.star),
1111
counterChild: Text('3', style: TextStyle(color: Colors.white, fontSize: 12)),
12-
position: GFBadgePosition.topRight,
13-
badgeColor: Colors.red,
12+
position: GFBadgePosition.topEnd(),
1413
),
1514
),
1615
));

0 commit comments

Comments
 (0)