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
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
12 deletions
+24
-12
lib/ui/login/login.dart
+24
-12
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
(
alignment:
Alignment
.
topRight
,
Container
(
padding:
EdgeInsets
.
only
(
padding:
EdgeInsets
.
only
(
right:
SizeConfig
.
getPadding
(
30
)),
right:
SizeConfig
.
getPadding
(
30
),
alignment:
Alignment
.
centerRight
,
),
child:
GestureDetector
(
child:
Text
(
onTap:
()
{
'ลืมรหัสผ่าน'
,
style:
TextStyle
(
color:
Color
.
fromRGBO
(
106
,
179
,
170
,
1
),
Navigator
.
push
(
fontSize:
SizeConfig
.
getFontSize
(
13
),
context
,
MaterialPageRoute
(
builder:
(
context
)
=>
ForgetPassword
()),
);
},
child:
Text
(
'ลืมรหัสผ่าน'
,
style:
TextStyle
(
color:
Color
.
fromRGBO
(
106
,
179
,
170
,
1
),
fontSize:
SizeConfig
.
getFontSize
(
12
),
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