SimpleEmptyWidget constructor

const SimpleEmptyWidget(
  1. SimpleGetxController<bool> visibleController, {
  2. double? width,
  3. double? height,
  4. String? iconRes,
  5. String? message,
  6. double iconWidth = 196,
  7. double iconHeight = 196,
  8. Color color = Colors.white,
  9. Color fontColor = ColorConfig.gray_999999,
  10. double fonSize = 16,
  11. Key? key,
})

Implementation

const SimpleEmptyWidget(this.visibleController,
    {this.width,
    this.height,
    this.iconRes,
    this.message,
    this.iconWidth = 196,
    this.iconHeight = 196,
    this.color = Colors.white,
    this.fontColor = ColorConfig.gray_999999,
    this.fonSize = 16,
    super.key});