MotionToastContent constructor
MotionToastContent({})
Implementation
MotionToastContent({
Key? key,
required this.color,
required this.description,
required this.icon,
required this.iconSize,
required this.radius,
required this.title,
required this.withAnimation,
required this.displaySideBar,
required this.contentPadding,
bool isReversed = false,
}) : super(key: key) {
_contentLayoutType = ContentLayoutType.values[isReversed ? 1 : 0];
}