Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
feelver
Overview
Overview
Details
Activity
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
2F-ART
feelver
Commits
1f8246e5
Commit
1f8246e5
authored
Jul 21, 2020
by
Mobile : Jetrin Phuekkaew (N'new)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
973e0d79
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
7 deletions
+19
-7
lib/ui/login/login.dart
+19
-7
No files found.
lib/ui/login/login.dart
View file @
1f8246e5
...
@@ -234,7 +234,7 @@ class _LoginPageState extends State<LoginPage> with TickerProviderStateMixin {
...
@@ -234,7 +234,7 @@ class _LoginPageState extends State<LoginPage> with TickerProviderStateMixin {
fontSize:
SizeConfig
.
getFontSize
(
12
),
fontSize:
SizeConfig
.
getFontSize
(
12
),
fontFamily:
"SF_Pro_Text"
,
fontFamily:
"SF_Pro_Text"
,
fontWeight:
FontWeight
.
w600
,
fontWeight:
FontWeight
.
w600
,
decoration:
TextDecoration
.
underline
,
),
),
textAlign:
TextAlign
.
right
,
textAlign:
TextAlign
.
right
,
),
),
...
@@ -340,18 +340,30 @@ class _LoginPageState extends State<LoginPage> with TickerProviderStateMixin {
...
@@ -340,18 +340,30 @@ class _LoginPageState extends State<LoginPage> with TickerProviderStateMixin {
SizedBox
(
SizedBox
(
height:
SizeConfig
.
getHeight
(
24
),
height:
SizeConfig
.
getHeight
(
24
),
),
),
Container
(
Container
(
alignment:
Alignment
.
topRight
,
padding:
EdgeInsets
.
only
(
right:
SizeConfig
.
getPadding
(
30
)),
padding:
EdgeInsets
.
only
(
alignment:
Alignment
.
centerRight
,
right:
SizeConfig
.
getPadding
(
30
),
child:
GestureDetector
(
),
onTap:
()
{
Navigator
.
push
(
context
,
MaterialPageRoute
(
builder:
(
context
)
=>
ForgetPassword
()),
);
},
child:
Text
(
child:
Text
(
'ลืมรหัสผ่าน'
,
'ลืมรหัสผ่าน'
,
style:
TextStyle
(
style:
TextStyle
(
color:
Color
.
fromRGBO
(
106
,
179
,
170
,
1
),
color:
Color
.
fromRGBO
(
106
,
179
,
170
,
1
),
fontSize:
SizeConfig
.
getFontSize
(
1
3
),
fontSize:
SizeConfig
.
getFontSize
(
1
2
),
fontFamily:
"SF_Pro_Text"
,
fontFamily:
"SF_Pro_Text"
,
fontWeight:
FontWeight
.
w600
),
fontWeight:
FontWeight
.
w600
,
),
textAlign:
TextAlign
.
right
,
),
),
),
),
),
_submitLoginButton
(),
_submitLoginButton
(),
...
...
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