TolyPopItem constructor
TolyPopItem({
- WidgetBuilder? loadingContent,
- FutureOr task()?,
- required String info,
- Widget? content,
Implementation
TolyPopItem({
this.loadingContent,
this.task,
required this.info,
this.content,
});