PqStateEmptyView constructor

const PqStateEmptyView({
  1. Key? key,
  2. String? hint,
  3. String? asset,
  4. String? package,
  5. EdgeInsetsGeometry? padding,
  6. Color? iconColor,
  7. Color textColor = const Color(0xFF999999),
  8. EdgeInsetsGeometry? bottomPadding,
  9. Widget? bottom,
})

构造方法

Implementation

const PqStateEmptyView({
  Key? key,
  this.hint,
  this.asset,
  this.package,
  this.padding,
  this.iconColor,
  this.textColor = const Color(0xFF999999),
  this.bottomPadding,
  this.bottom,
}) : super(key: key);