MotionToastContent constructor
MotionToastContent({})
Implementation
MotionToastContent({
Key? key,
required this.color,
required this.description,
required this.descriptionTextStyle,
required this.icon,
required this.iconSize,
required this.radius,
required this.title,
required this.titleTextStyle,
required this.width,
required this.withAnimation,
}) : super(key: key) {
contentLayoutType = CONTENT_LAYOUT_TYPE.normal;
}