testing offline status with X

This commit is contained in:
Bryan Gerlach
2024-12-12 16:17:29 -06:00
parent 1d4568446c
commit 9be3d2576c

View File

@@ -1333,7 +1333,7 @@ Widget getOnline(double rightPadding, bool online) {
: Icon(
Icons.close, // Red X for offline (Material Icon)
color: Colors.red,
size: 30.0, // Adjust size as needed
size: 6.0, // Adjust size as needed
)));
}