|
1
|
import 'package:cake_wallet/src/screens/transaction_details/transaction_details_list_item.dart'; |
|
2
|
|
|
3
|
class StandartListItem extends TransactionDetailsListItem { |
|
4
|
StandartListItem({ |
|
5
|
required String super.title, |
|
6
|
required String super.value, |
|
7
|
super.key, |
|
8
|
}); |
|
9
|
} |