RightButtonWidget constructor
const
RightButtonWidget({})
Implementation
const RightButtonWidget({
Key? key,
required this.rightButtonBackgroundColor,
required this.rightButtonIconColor,
required this.rightButtonIcon,
}) : super(key: key);