Cupertino(Sliding)SegmentedControl docs reference (#48925)

This commit is contained in:
Justin McCandless 2020-01-17 12:53:02 -08:00 committed by Flutter GitHub Bot
parent 9e2a35c4d3
commit 8fbc77e24e
2 changed files with 4 additions and 0 deletions

View File

@ -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.

View File

@ -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.