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 af73049 commit f2b0cc5Copy full SHA for f2b0cc5
lib/view/pages/wifi/widgets/access_point_tile.dart
@@ -19,6 +19,7 @@ class AccessPointTile extends StatelessWidget {
19
animation: accessPointModel,
20
builder: (_, __) {
21
return InkWell(
22
+ borderRadius: BorderRadius.circular(4),
23
onTap: onTap,
24
child: YaruRow(
25
trailingWidget: Text(accessPointModel.name),
0 commit comments