|
|
|
@ -152,7 +152,7 @@ class _LandPageState extends State<LandPage> {
|
|
|
|
mainAxisSpacing: 12,
|
|
|
|
mainAxisSpacing: 12,
|
|
|
|
childAspectRatio: 1,
|
|
|
|
childAspectRatio: 1,
|
|
|
|
children: [
|
|
|
|
children: [
|
|
|
|
// if (_userProvider.user != null && _userProvider.user.type == UsersTypes.normal_user)
|
|
|
|
if (_userProvider.user != null && _userProvider.user.type == UsersTypes.normal_user)
|
|
|
|
LandPageItem(
|
|
|
|
LandPageItem(
|
|
|
|
text: _subtitle.newServiceRequest,
|
|
|
|
text: _subtitle.newServiceRequest,
|
|
|
|
icon: FontAwesomeIcons.tools,
|
|
|
|
icon: FontAwesomeIcons.tools,
|
|
|
|
|