5 lines
69 B
Dart
5 lines
69 B
Dart
import 'package:flutter/material.dart';
|
|
|
|
void main() {
|
|
runApp();
|
|
}
|