TF-801 Add presentation layer for get all vacation
This commit is contained in:
@@ -20,7 +20,7 @@ class ProfilesView extends GetWidget<ProfilesController> {
|
||||
: Colors.white,
|
||||
body: Container(
|
||||
margin: _responsiveUtils.isWebDesktop(context)
|
||||
? const EdgeInsets.only(left: 48, right: 24, top: 24, bottom: 24)
|
||||
? const EdgeInsets.all(24)
|
||||
: EdgeInsets.zero,
|
||||
color: _responsiveUtils.isWebDesktop(context) ? null : Colors.white,
|
||||
decoration: _responsiveUtils.isWebDesktop(context)
|
||||
|
||||
Reference in New Issue
Block a user