changes done

This commit is contained in:
meet2711
2024-06-25 19:34:44 +05:30
parent e2f9d384cb
commit 64797a4946
4 changed files with 4 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ class ConfirmInvestmentScreen extends StatelessWidget {
),
),
),
body: ConfirmInvestmentLayout(),
body: const ConfirmInvestmentLayout(),
);
}
}

View File

@@ -29,7 +29,7 @@ class _SettingsScreenState extends State<SettingsScreen> {
),
titleSpacing: 16,
),
body: SettingsLayout(),
body: const SettingsLayout(),
);
}
}

View File

@@ -1,3 +1,4 @@
// ignore: file_names
import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:flutter_bloc/flutter_bloc.dart';

View File

@@ -62,7 +62,7 @@ Widget bottomSection(BuildContext context) {
}
},
builder: (context, state) {
return Container(
return SizedBox(
width: 1.sw,
height: 56.h,
child: ButtonWidget().textBorderBtn(