fix: provider view model agreement redeem and product
This commit is contained in:
@@ -8,8 +8,7 @@ class TransactionView extends StatelessWidget {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Scaffold(
|
||||
appBar:
|
||||
CustomAppBar(height: SizeConfig.height * .1, title: 'Transaction'),
|
||||
appBar: CustomAppBar(height: SizeConfig.height * 0.08, title: 'Transaction'),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user