ente/lib/ui/common_elements.dart

4 lines
115 B
Dart
Raw Normal View History

2020-08-09 14:58:41 +00:00
import 'package:flutter/widgets.dart';
final nothingToSeeHere = Center(child: Text("Nothing to see here! 👀"));