icon size relative to screensize
parent
aaab126ec8
commit
669e7032c1
|
@ -18,7 +18,7 @@ class RoundAddButton extends StatelessWidget {
|
||||||
child: Icon(
|
child: Icon(
|
||||||
Icons.add_outlined,
|
Icons.add_outlined,
|
||||||
color: Colors.white,
|
color: Colors.white,
|
||||||
size: MediaQuery.of(context).size.height * 0.5,
|
size: MediaQuery.of(context).size.height * 0.05,
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue