increase tile of home action
This commit is contained in:
@@ -490,7 +490,7 @@ class _MIHHomeState extends State<MIHHome> {
|
|||||||
return Builder(builder: (context) {
|
return Builder(builder: (context) {
|
||||||
return MIHAction(
|
return MIHAction(
|
||||||
icon: const Icon(Icons.apps),
|
icon: const Icon(Icons.apps),
|
||||||
iconSize: 35,
|
iconSize: 45,
|
||||||
onTap: () {
|
onTap: () {
|
||||||
setState(() {
|
setState(() {
|
||||||
appSearch = "";
|
appSearch = "";
|
||||||
|
|||||||
Reference in New Issue
Block a user