mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Cupertino(Sliding)SegmentedControl docs reference (#48925)
This commit is contained in:
parent
9e2a35c4d3
commit
8fbc77e24e
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user