YmEmpty constructor

YmEmpty(
  1. String message,
  2. String image, {
  3. Color textColor = const Color(0xFF606FFF),
})

Implementation

YmEmpty(
    this.message,
    this.image,{
    this.textColor = const Color(0xFF606FFF),
});