adição e conexao das telas que faltavam
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import 'package:flutter/material.dart';
|
||||
import '../constants/app_colors.dart';
|
||||
import '../constants/app_strings.dart';
|
||||
import '../screens/setting_screen.dart';
|
||||
import '../screens/bluetooth_connection_screen.dart';
|
||||
import '../screens/google_maps_screen.dart';
|
||||
import 'setting_screen.dart';
|
||||
import 'bluethoot_cpnnection_screen.dart';
|
||||
import 'google_map_screen.dart';
|
||||
|
||||
class LogadoScreen extends StatefulWidget {
|
||||
const LogadoScreen({super.key});
|
||||
@@ -38,7 +38,7 @@ class _LogadoScreenState extends State<LogadoScreen> {
|
||||
child: CustomPaint(
|
||||
size: const Size(120, 90),
|
||||
painter: TrianglePainter(
|
||||
color: Colors.grey.shade800.withAlpha(76),
|
||||
color: Colors.grey.shade800.withValues(alpha: 0.3),
|
||||
),
|
||||
),
|
||||
),
|
||||
@@ -48,7 +48,7 @@ class _LogadoScreenState extends State<LogadoScreen> {
|
||||
child: CustomPaint(
|
||||
size: const Size(140, 105),
|
||||
painter: TrianglePainter(
|
||||
color: Colors.grey.shade800.withAlpha(89),
|
||||
color: Colors.grey.shade800.withValues(alpha: 0.35),
|
||||
),
|
||||
),
|
||||
),
|
||||
@@ -58,7 +58,7 @@ class _LogadoScreenState extends State<LogadoScreen> {
|
||||
child: CustomPaint(
|
||||
size: const Size(100, 75),
|
||||
painter: TrianglePainter(
|
||||
color: Colors.grey.shade800.withAlpha(51),
|
||||
color: Colors.grey.shade800.withValues(alpha: 0.2),
|
||||
),
|
||||
),
|
||||
),
|
||||
@@ -68,7 +68,7 @@ class _LogadoScreenState extends State<LogadoScreen> {
|
||||
child: CustomPaint(
|
||||
size: const Size(130, 98),
|
||||
painter: TrianglePainter(
|
||||
color: Colors.grey.shade800.withAlpha(76),
|
||||
color: Colors.grey.shade800.withValues(alpha: 0.3),
|
||||
),
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user