Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
8fbc77e2
Commit
8fbc77e2
authored
Jan 17, 2020
by
Justin McCandless
Committed by
Flutter GitHub Bot
Jan 17, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cupertino(Sliding)SegmentedControl docs reference (#48925)
parent
9e2a35c4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
segmented_control.dart
packages/flutter/lib/src/cupertino/segmented_control.dart
+2
-0
sliding_segmented_control.dart
.../flutter/lib/src/cupertino/sliding_segmented_control.dart
+2
-0
No files found.
packages/flutter/lib/src/cupertino/segmented_control.dart
View file @
8fbc77e2
...
...
@@ -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.
...
...
packages/flutter/lib/src/cupertino/sliding_segmented_control.dart
View file @
8fbc77e2
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment