WidgetSplash constructor

const WidgetSplash({
  1. Key? key,
  2. String? image,
  3. double? sizedd,
  4. Color? color,
})

Implementation

const WidgetSplash({super.key, this.image, this.sizedd, this.color});