Settings
This commit is contained in:
parent
79474c6413
commit
a1e25561f4
|
|
@ -145,7 +145,10 @@ class SettingsScreens extends StatelessWidget {
|
||||||
flex: 3,
|
flex: 3,
|
||||||
child: IndexedStack(
|
child: IndexedStack(
|
||||||
index: index,
|
index: index,
|
||||||
children: <Widget>[CompanyDetailsBuilder(), UserDetailsBuilder()],
|
children: <Widget>[
|
||||||
|
CompanyDetailsBuilder(),
|
||||||
|
UserDetailsBuilder(),
|
||||||
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue