mirror of
https://github.com/ente-io/ente.git
synced 2025-08-09 07:48:52 +00:00
[mob] Add divider
This commit is contained in:
parent
13449ff169
commit
152e895b87
@ -96,6 +96,11 @@ class BackupSettingsScreen extends StatelessWidget {
|
|||||||
isBottomBorderRadiusRemoved:
|
isBottomBorderRadiusRemoved:
|
||||||
flagService.enableMobMultiPart,
|
flagService.enableMobMultiPart,
|
||||||
),
|
),
|
||||||
|
if (flagService.enableMobMultiPart)
|
||||||
|
DividerWidget(
|
||||||
|
dividerType: DividerType.menuNoIcon,
|
||||||
|
bgColor: colorScheme.fillFaint,
|
||||||
|
),
|
||||||
if (flagService.enableMobMultiPart)
|
if (flagService.enableMobMultiPart)
|
||||||
MenuItemWidget(
|
MenuItemWidget(
|
||||||
captionedTextWidget: CaptionedTextWidget(
|
captionedTextWidget: CaptionedTextWidget(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user