Skip to content

Instantly share code, notes, and snippets.

View somtech123's full-sized avatar
🏠
Working from home

oscar onyenacho somtech123

🏠
Working from home
View GitHub Profile
class DashboardScreen extends StatefulWidget {
const DashboardScreen({super.key});
@override
State<DashboardScreen> createState() => _DashboardScreenState();
}
class _DashboardScreenState extends State<DashboardScreen>