svgColor
This commit is contained in:
parent
8b459b1170
commit
1dc802b0cb
|
@ -132,7 +132,9 @@ class _MyHomePageState extends State<MyHomePage> {
|
|||
title: SvgPicture.asset(
|
||||
'assets/konectar_white_logo.svg',
|
||||
width: 100.0,
|
||||
color: Colors.white,
|
||||
// color: Colors.white,
|
||||
colorFilter:
|
||||
const ColorFilter.mode(Colors.white, BlendMode.srcIn),
|
||||
),
|
||||
bottom: const TabBar(
|
||||
indicatorColor: Colors.white,
|
||||
|
|
|
@ -232,7 +232,6 @@ class _RankingState extends State<Ranking> {
|
|||
: await getApplicationDocumentsDirectory();
|
||||
|
||||
final path = directory!.path;
|
||||
print("IamPathh: $path");
|
||||
|
||||
final String filename =
|
||||
Platform.isWindows ? '$path\\Output.xlsx' : '$path/Output.xlsx';
|
||||
|
|
Loading…
Reference in New Issue