mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-07-16 01:56:19 +00:00
SP-1268
This commit is contained in:
@ -59,13 +59,16 @@ class DefaultScaffold extends StatelessWidget {
|
||||
height: height ?? MediaQuery.sizeOf(context).height,
|
||||
padding: padding ??
|
||||
const EdgeInsets.symmetric(horizontal: Constants.defaultPadding),
|
||||
decoration: const BoxDecoration(
|
||||
image: DecorationImage(
|
||||
decoration: BoxDecoration(
|
||||
image: const DecorationImage(
|
||||
colorFilter: ColorFilter.mode(
|
||||
ColorsManager.backgroundGrey,
|
||||
BlendMode.srcIn,
|
||||
),
|
||||
image: AssetImage(
|
||||
Assets.assetsImagesBackground,
|
||||
),
|
||||
fit: BoxFit.cover,
|
||||
opacity: 0.4,
|
||||
),
|
||||
),
|
||||
child: SafeArea(child: child),
|
||||
|
Reference in New Issue
Block a user