mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 09:47:37 +00:00
add You Pay With fiat currency name stub
This commit is contained in:
parent
43ec061740
commit
f3d466ab62
1 changed files with 20 additions and 0 deletions
|
@ -115,6 +115,26 @@ class _BuyQuotePreviewViewState extends State<BuyQuotePreviewView> {
|
||||||
const SizedBox(
|
const SizedBox(
|
||||||
height: 8,
|
height: 8,
|
||||||
),
|
),
|
||||||
|
// RoundedWhiteContainer(
|
||||||
|
// child: Row(
|
||||||
|
// mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
||||||
|
// children: [
|
||||||
|
// Text(
|
||||||
|
// "You pay with",
|
||||||
|
// style: STextStyles.label(context),
|
||||||
|
// ),
|
||||||
|
// Text(
|
||||||
|
// widget.quote.fiat.name,
|
||||||
|
// style: STextStyles.label(context).copyWith(
|
||||||
|
// color: Theme.of(context).extension<StackColors>()!.textDark,
|
||||||
|
// ),
|
||||||
|
// ),
|
||||||
|
// ],
|
||||||
|
// ),
|
||||||
|
// ),
|
||||||
|
// const SizedBox(
|
||||||
|
// height: 8,
|
||||||
|
// ),
|
||||||
RoundedWhiteContainer(
|
RoundedWhiteContainer(
|
||||||
child: Row(
|
child: Row(
|
||||||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
||||||
|
|
Loading…
Reference in a new issue