feat(hub_card): remove NFC button from HubCard widget

This commit is contained in:
Achintha Isuru
2026-01-23 17:31:10 -05:00
parent 857b541ec5
commit 1320fcfc6a

View File

@@ -100,18 +100,6 @@ class HubCard extends StatelessWidget {
),
Row(
children: [
IconButton(
onPressed: onNfcPressed,
icon: const Icon(
UiIcons.nfc,
color: UiColors.primary,
size: 20,
),
padding: EdgeInsets.zero,
constraints: const BoxConstraints(),
splashRadius: 20,
),
const SizedBox(width: UiConstants.space2),
IconButton(
onPressed: onDeletePressed,
icon: const Icon(