Skip to content

Instantly share code, notes, and snippets.

View Kav47's full-sized avatar
🎯
Focusing

Kav Kav47

🎯
Focusing
  • London
View GitHub Profile
import 'package:flutter/material.dart';
import 'dart:math';
void main() => runApp(
MaterialApp(
home: BallPage(),
),
);
class BallPage extends StatelessWidget {