PluginPopLoadingContainer constructor
const
PluginPopLoadingContainer({})
Implementation
const PluginPopLoadingContainer(
{Key? key,
this.child,
this.loading = false,
this.canTap = false,
this.isDarkTheme = true,
this.tips})
: super(key: key);