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