feat(hub_card): remove NFC button from HubCard widget
This commit is contained in:
@@ -100,18 +100,6 @@ class HubCard extends StatelessWidget {
|
|||||||
),
|
),
|
||||||
Row(
|
Row(
|
||||||
children: [
|
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(
|
IconButton(
|
||||||
onPressed: onDeletePressed,
|
onPressed: onDeletePressed,
|
||||||
icon: const Icon(
|
icon: const Icon(
|
||||||
|
|||||||
Reference in New Issue
Block a user