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
d6cc9499
Commit
d6cc9499
authored
Mar 15, 2019
by
Mike Leonhard
Committed by
Jonah Williams
Mar 15, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[cupertino_icons] Add circle and circle_filled, for radio buttons. (#29407)
parent
955e004a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
icons.dart
packages/flutter/lib/src/cupertino/icons.dart
+14
-0
No files found.
packages/flutter/lib/src/cupertino/icons.dart
View file @
d6cc9499
...
...
@@ -134,6 +134,20 @@ class CupertinoIcons {
/// * [check_mark_circled], which is similar, but not filled in.
static
const
IconData
check_mark_circled_solid
=
IconData
(
0xf3ff
,
fontFamily:
iconFont
,
fontPackage:
iconFontPackage
);
/// An empty circle (a ring). An un-selected radio button.
///
/// See also:
///
/// * [circle_filled], which is similar but filled in.
static
const
IconData
circle
=
IconData
(
0xf401
,
fontFamily:
iconFont
,
fontPackage:
iconFontPackage
);
/// A filled circle. The circle is surrounded by a ring. A selected radio button.
///
/// See also:
///
/// * [circle], which is similar but not filled in.
static
const
IconData
circle_filled
=
IconData
(
0xf400
,
fontFamily:
iconFont
,
fontPackage:
iconFontPackage
);
/// A thicker left chevron used in iOS for the navigation bar back button.
static
const
IconData
back
=
IconData
(
0xf3cf
,
fontFamily:
iconFont
,
fontPackage:
iconFontPackage
,
matchTextDirection:
true
);
...
...
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