changes done
This commit is contained in:
@@ -27,7 +27,7 @@ class ConfirmInvestmentScreen extends StatelessWidget {
|
||||
),
|
||||
),
|
||||
),
|
||||
body: ConfirmInvestmentLayout(),
|
||||
body: const ConfirmInvestmentLayout(),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -29,7 +29,7 @@ class _SettingsScreenState extends State<SettingsScreen> {
|
||||
),
|
||||
titleSpacing: 16,
|
||||
),
|
||||
body: SettingsLayout(),
|
||||
body: const SettingsLayout(),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// ignore: file_names
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter/services.dart';
|
||||
import 'package:flutter_bloc/flutter_bloc.dart';
|
||||
|
||||
@@ -62,7 +62,7 @@ Widget bottomSection(BuildContext context) {
|
||||
}
|
||||
},
|
||||
builder: (context, state) {
|
||||
return Container(
|
||||
return SizedBox(
|
||||
width: 1.sw,
|
||||
height: 56.h,
|
||||
child: ButtonWidget().textBorderBtn(
|
||||
|
||||
Reference in New Issue
Block a user