We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a59efc commit a8169f2Copy full SHA for a8169f2
packages/flutter/lib/src/cupertino/sliding_segmented_control.dart
@@ -41,10 +41,8 @@ const CupertinoDynamicColor _kThumbColor = CupertinoDynamicColor.withBrightness(
41
darkColor: Color(0xFF636366),
42
);
43
44
-// The height of the separator.
45
-const double _kSeparatorHeight = 18.0;
46
// The amount of space by which to inset each separator.
47
-const EdgeInsets _kSeparatorInset = EdgeInsets.symmetric(vertical: (_kMinSegmentedControlHeight - _kSeparatorHeight) / 2);
+const EdgeInsets _kSeparatorInset = EdgeInsets.symmetric(vertical: 5);
48
const double _kSeparatorWidth = 1;
49
const Radius _kSeparatorRadius = Radius.circular(_kSeparatorWidth / 2);
50
0 commit comments