Skip to content

Instantly share code, notes, and snippets.

View wiseminds's full-sized avatar

Ekeh Wisdom wiseminds

  • Nigeria
  • 11:08 (UTC -12:00)
View GitHub Profile
@wiseminds
wiseminds / main.dart
Last active February 3, 2023 12:34
simple-drawer
import 'package:flutter/material.dart';
const Color darkBlue = Color.fromARGB(255, 18, 32, 47);
void main() {
runApp(MyApp());
}
class MyApp extends StatelessWidget {
@override