Commit 8fbc77e2 authored by Justin McCandless's avatar Justin McCandless Committed by Flutter GitHub Bot

Cupertino(Sliding)SegmentedControl docs reference (#48925)

parent 9e2a35c4
......@@ -61,6 +61,8 @@ const Duration _kFadeDuration = Duration(milliseconds: 165);
///
/// See also:
///
/// * [CupertinoSegmentedControl], a segmented control widget in the style used
/// up until iOS 13.
/// * <https://developer.apple.com/design/human-interface-guidelines/ios/controls/segmented-controls/>
class CupertinoSegmentedControl<T> extends StatefulWidget {
/// Creates an iOS-style segmented control bar.
......
......@@ -118,6 +118,8 @@ class _FontWeightTween extends Tween<FontWeight> {
///
/// See also:
///
/// * [CupertinoSlidingSegmentedControl], a segmented control widget in the
/// style introduced in iOS 13.
/// * <https://developer.apple.com/design/human-interface-guidelines/ios/controls/segmented-controls/>
class CupertinoSlidingSegmentedControl<T> extends StatefulWidget {
/// Creates an iOS-style segmented control bar.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment