forked from firka/student-legacy
fixed segmented control ui issue on small screens
This commit is contained in:
parent
feaa3468d7
commit
ee67cd5362
@ -57,6 +57,7 @@ class CustomSegmentedControl extends StatelessWidget {
|
||||
onValueChanged: onChanged ?? (v) {},
|
||||
isStretch: true,
|
||||
innerPadding: const EdgeInsets.all(4.0),
|
||||
padding: 2.0,
|
||||
isShowDivider: showDivider,
|
||||
dividerSettings: DividerSettings(
|
||||
indent: (height / 4) + 1,
|
||||
|
Loading…
x
Reference in New Issue
Block a user