AsyncLoadPage constructor

AsyncLoadPage({
  1. Key? key,
  2. Widget? child,
  3. WidgetBuilder? builder,
  4. Future<Widget>? future,
})

Implementation

AsyncLoadPage({Key? key, this.child, this.builder, this.future})
    : super(key: key);