fixed segmented control ui issue on small screens

This commit is contained in:
Kima 2024-04-09 22:28:24 +02:00
parent feaa3468d7
commit ee67cd5362

View File

@ -57,6 +57,7 @@ class CustomSegmentedControl extends StatelessWidget {
onValueChanged: onChanged ?? (v) {}, onValueChanged: onChanged ?? (v) {},
isStretch: true, isStretch: true,
innerPadding: const EdgeInsets.all(4.0), innerPadding: const EdgeInsets.all(4.0),
padding: 2.0,
isShowDivider: showDivider, isShowDivider: showDivider,
dividerSettings: DividerSettings( dividerSettings: DividerSettings(
indent: (height / 4) + 1, indent: (height / 4) + 1,