main function

void main()

Simple debug/demo app for DraggableButtonPanel.

Run with: flutter run -t lib/main.dart

Implementation

void main() {
  runApp(const DebugApp());
}