Skip to content

Instantly share code, notes, and snippets.

View MadFlasheroo7's full-sized avatar
🎯
Focusing

Jayesh Seth MadFlasheroo7

🎯
Focusing
View GitHub Profile
import 'package:flutter/widget.dart';
import 'package:flutter/materail.dart';
import 'package:flutter/cupertnio.dart';
void main() => runApp(const MyApp());
class MyApp extends StatelessWidget {
const MyApp({super.key});
@override
Widget build(BuildContext context) {