patch small issue with trad and theme
This commit is contained in:
@@ -10,15 +10,9 @@ class PokedexListHeader extends StatelessWidget {
|
||||
return Container(
|
||||
padding: const EdgeInsets.symmetric(horizontal: 16.0, vertical: 12.0),
|
||||
color: const Color(0xFF90A4AE),
|
||||
child: Row(
|
||||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
||||
children: [
|
||||
const Icon(Icons.menu, color: Colors.black87),
|
||||
Text(AppLocalizations.of(context)!.listNational,
|
||||
style: const TextStyle(fontSize: 24, fontWeight: FontWeight.bold, letterSpacing: 2)),
|
||||
const Icon(Icons.search, color: Colors.black87),
|
||||
],
|
||||
),
|
||||
alignment: Alignment.center,
|
||||
child: Text(AppLocalizations.of(context)!.listNational,
|
||||
style: const TextStyle(fontSize: 24, fontWeight: FontWeight.bold, letterSpacing: 2)),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user