style: Make emptypage logo bigger

krille/sembast-db
Krille 2 years ago
parent a5d0c4795a
commit a5a3ed4a0d

@ -4,7 +4,7 @@ import 'package:flutter/material.dart';
class EmptyPage extends StatelessWidget {
final bool loading;
static const double _width = 200;
static const double _width = 300;
const EmptyPage({this.loading = false, Key? key}) : super(key: key);
@override
Widget build(BuildContext context) {

Loading…
Cancel
Save