PqStateNoNetworkView constructor

const PqStateNoNetworkView({
  1. Key? key,
  2. String? asset,
  3. String? package,
  4. String? hint,
  5. String? btnText,
  6. dynamic onTap()?,
  7. EdgeInsetsGeometry padding = const EdgeInsets.all(0),
  8. Color? iconColor,
  9. Color textColor = const Color(0xFF999999),
})

构造方法

Implementation

const PqStateNoNetworkView({
  Key? key,
  this.asset,
  this.package ,
  this.hint,
  this.btnText,
  this.onTap,
  this.padding = const EdgeInsets.all(0),
  this.iconColor,
  this.textColor = const Color(0xFF999999),
});