Simple_splash constructor
const
Simple_splash({})
Implementation
const Simple_splash(
{super.key,
this.backgroundColor = Colors.grey,
this.duration = const Duration(seconds: 1),
this.logo,
this.gradient,
this.onFinished,
this.text,
this.textSize = 25,
this.textColor = Colors.white,
this.whileWaiting});