feat: risk profile view

This commit is contained in:
2024-02-10 16:29:00 +07:00
parent 7a1cddee03
commit 6977c8166d
21 changed files with 615 additions and 5 deletions

View File

@@ -395,6 +395,7 @@ class _HomeViewState extends State<HomeView> {
width: SizeConfig.width,
marginVertical: 0,
heightWrapContent: true,
contentPadding: EdgeInsets.all(12),
onPressed: () {
routePush(context, page: InitialRegistrationStep());
},