mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-02-03 03:36:39 +00:00
small code cleanup
This commit is contained in:
parent
f1f8d1d45c
commit
e2413be087
1 changed files with 0 additions and 14 deletions
|
@ -40,17 +40,3 @@ class TorStatus extends StandardListRow {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
class NodeHeaderListRow extends StandardListRow {
|
|
||||||
NodeHeaderListRow({required String title, required void Function(BuildContext context) onTap})
|
|
||||||
: super(title: title, onTap: onTap, isSelected: false);
|
|
||||||
|
|
||||||
@override
|
|
||||||
Widget buildTrailing(BuildContext context) {
|
|
||||||
return SizedBox(
|
|
||||||
width: 20,
|
|
||||||
child: Icon(Icons.add,
|
|
||||||
color: Theme.of(context).extension<FilterTheme>()!.titlesColor, size: 24.0),
|
|
||||||
);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue