6 lines
88 B
Dart
6 lines
88 B
Dart
import 'package:flutter/material.dart';
|
|
|
|
void main() {
|
|
runApp(const MaterialApp());
|
|
}
|