mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-06-24 11:22:57 +10:00
Update lib/screens/scanner_screen.dart
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -243,7 +243,7 @@ class _ScannerScreenState extends State<ScannerScreen> {
|
|||||||
color: Colors.red.withValues(alpha: 0.15),
|
color: Colors.red.withValues(alpha: 0.15),
|
||||||
child: Row(
|
child: Row(
|
||||||
children: [
|
children: [
|
||||||
Icon(Icons.bluetooth_disabled, size: 24, color: Colors.red),
|
const Icon(Icons.bluetooth_disabled, size: 24, color: Colors.red),
|
||||||
const SizedBox(width: 12),
|
const SizedBox(width: 12),
|
||||||
Expanded(
|
Expanded(
|
||||||
child: Column(
|
child: Column(
|
||||||
|
|||||||
Reference in New Issue
Block a user