Updated ui
This commit is contained in:
parent
55ac88ccc9
commit
0fb9153a03
4 changed files with 26 additions and 25 deletions
|
|
@ -32,11 +32,11 @@ class IndexPage extends StatelessWidget {
|
|||
begin: Alignment.topCenter,
|
||||
end: Alignment.bottomCenter,
|
||||
colors: [
|
||||
Color.fromRGBO(51, 34, 61, 1),
|
||||
Color.fromRGBO(37, 25, 44, 1),
|
||||
Color.fromRGBO(22, 33, 44, 1),
|
||||
Color.fromRGBO(22, 33, 44, 1),
|
||||
Color.fromRGBO(22, 33, 44, 1),
|
||||
Color.fromRGBO(30, 56, 50, 1),
|
||||
Color.fromRGBO(25, 46, 41, 1),
|
||||
],
|
||||
),
|
||||
),
|
||||
|
|
@ -83,11 +83,14 @@ class IndexPage extends StatelessWidget {
|
|||
],
|
||||
),
|
||||
const MaxGap(516),
|
||||
const ImageWidget(imagePath: 'assets/pat-alcala.webp', size: 74, measureByHeight: false),
|
||||
Opacity(
|
||||
opacity: 0.7,
|
||||
child: const ImageWidget(imagePath: 'assets/pat-alcala.webp', size: 74, measureByHeight: false),
|
||||
),
|
||||
const Gap(4),
|
||||
const TextWidget(
|
||||
text: "Developed By: Pat Alcala",
|
||||
color: Color.fromRGBO(244, 243, 243, 0.8),
|
||||
color: Color.fromRGBO(244, 243, 243, 0.7),
|
||||
bold: false,
|
||||
size: 10,
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue