We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f11536 commit 34d098bCopy full SHA for 34d098b
lib/components/manage_item.dart
@@ -83,14 +83,14 @@ class ManageItem extends StatelessWidget {
83
child: Card(
84
clipBehavior: Clip.antiAlias,
85
shape: RoundedRectangleBorder(
86
- borderRadius: BorderRadiusDirectional.circular(2)),
+ borderRadius: BorderRadiusDirectional.circular(8)),
87
child: ExtendedImage.network(
88
this.url,
89
width: 50,
90
height: 50,
91
fit: BoxFit.cover,
92
cache: true,
93
- border: Border.all(color: Colors.grey, width: 1.0),
+ // border: Border.all(color: Colors.grey, width: 1.0),
94
borderRadius: BorderRadius.all(Radius.circular(8)),
95
loadStateChanged: (state) => defaultLoadStateChanged(state),
96
),
0 commit comments