LoadingUIPageWidget constructor

const LoadingUIPageWidget({
  1. Key? key,
  2. bool? isCart = false,
  3. String? msg,
  4. Duration? duration,
})

Implementation

const LoadingUIPageWidget(
    {Key? key, this.isCart = false, this.msg, this.duration})
    : super(key: key);