JJDataPage constructor
const
JJDataPage({
- Key? key,
- String? url,
- Map<
String, dynamic> ? param, - Widget empty(
- BuildContext context
- Widget error(
- BuildContext context
- dynamic toast(
- String msg
- Widget loading(
- BuildContext context
- Widget builder(
- BuildContext context,
- dynamic data
- bool enableRetry = true,
Implementation
const JJDataPage( {
Key? key,
this.url,
this.param,
this.empty,
this.error,
this.toast,
this.loading,
this.builder,
this.enableRetry = true
}) : super(key: key);