MotionToastBackground constructor
const
MotionToastBackground({})
Implementation
const MotionToastBackground({
Key? key,
required this.borderRadius,
required this.backgroundColor,
required this.child,
}) : super(key: key);