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
28c8fd10
Unverified
Commit
28c8fd10
authored
Feb 06, 2018
by
Hans Muller
Committed by
GitHub
Feb 06, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Radial splash and radio button update (#14483)
parent
1c5ed961
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
6 deletions
+5
-6
constants.dart
packages/flutter/lib/src/material/constants.dart
+3
-3
radio.dart
packages/flutter/lib/src/material/radio.dart
+2
-3
No files found.
packages/flutter/lib/src/material/constants.dart
View file @
28c8fd10
...
...
@@ -17,13 +17,13 @@ const double kTextTabBarHeight = 48.0;
const
Duration
kThemeChangeDuration
=
const
Duration
(
milliseconds:
200
);
/// The radius of a circular material ink response in logical pixels.
const
double
kRadialReactionRadius
=
2
4
.0
;
const
double
kRadialReactionRadius
=
2
0
.0
;
/// The amount of time a circular material ink response should take to expand to its full size.
const
Duration
kRadialReactionDuration
=
const
Duration
(
milliseconds:
2
00
);
const
Duration
kRadialReactionDuration
=
const
Duration
(
milliseconds:
1
00
);
/// The value of the alpha channel to use when drawing a circular material ink response.
const
int
kRadialReactionAlpha
=
0x
33
;
const
int
kRadialReactionAlpha
=
0x
1F
;
/// The duration of the horizontal scroll animation that occurs when a tab is tapped.
const
Duration
kTabScrollDuration
=
const
Duration
(
milliseconds:
300
);
...
...
packages/flutter/lib/src/material/radio.dart
View file @
28c8fd10
...
...
@@ -11,9 +11,8 @@ import 'debug.dart';
import
'theme.dart'
;
import
'toggleable.dart'
;
const
double
_kDiameter
=
16.0
;
const
double
_kOuterRadius
=
_kDiameter
/
2.0
;
const
double
_kInnerRadius
=
5.0
;
const
double
_kOuterRadius
=
8.0
;
const
double
_kInnerRadius
=
4.5
;
/// A material design radio button.
///
...
...
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