Skip to content

Instantly share code, notes, and snippets.

View himesh-cm's full-sized avatar

Himesh Panchal himesh-cm

View GitHub Profile
import 'package:flutter/material.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({super.key});
@override