Skip to content

Instantly share code, notes, and snippets.

View TaeBbong's full-sized avatar

Kwon Tae Hyung TaeBbong

View GitHub Profile
@TaeBbong
TaeBbong / main.dart
Created August 15, 2023 14:18
flutter_widget_test
import 'package:flutter/material.dart';
const Color darkBlue = Color.fromARGB(255, 18, 32, 47);
void main() {
runApp(MyApp());
}
class MyApp extends StatelessWidget {
@override