MotionToastBackground constructor
const
MotionToastBackground({
- Key? key,
- required double borderRadius,
- required Color backgroundColor,
- required Widget child,
- required Color borderColor,
- required bool displayBorder,
- required Brightness brightness,
- required EdgeInsets contentPadding,
- required double opacity,
Implementation
const MotionToastBackground({
Key? key,
required this.borderRadius,
required this.backgroundColor,
required this.child,
required this.borderColor,
required this.displayBorder,
required this.brightness,
required this.contentPadding,
required this.opacity,
}) : super(key: key);