This commit is contained in:
Patrick Alvin Alcala 2025-02-28 14:08:05 +08:00
parent 27f00e43a7
commit 3572f90b24
24 changed files with 290 additions and 257 deletions

View file

@ -35,7 +35,8 @@ class MenuWidget extends StatelessWidget {
const Color.fromRGBO(104, 156, 59, 0.8),
];
MenuWidget({super.key, required this.text, required this.description, this.icon, this.onPressed, this.color, this.width});
MenuWidget(
{super.key, required this.text, required this.description, this.icon, this.onPressed, this.color, this.width});
@override
Widget build(BuildContext context) {