Update: 2026-06-26 17:29:23

This commit is contained in:
Hamza-Ayed
2026-06-26 17:29:23 +03:00
parent a323da29aa
commit 9ded734e38
139 changed files with 1815 additions and 2676 deletions

View File

@@ -1,4 +1,3 @@
import 'dart:io';
import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
@@ -13,12 +12,12 @@ class MyElevatedButton extends StatelessWidget {
final IconData? icon;
const MyElevatedButton({
Key? key,
super.key,
required this.title,
required this.onPressed,
this.kolor,
this.icon,
}) : super(key: key);
});
@override
Widget build(BuildContext context) {