CenterButtonWidget constructor
const
CenterButtonWidget({})
Implementation
const CenterButtonWidget({
Key? key,
required this.centerButtonBackgroundColor,
required this.centerButtonIconColor,
required this.centerButtonAction,
required this.centerButtonIcon,
}) : super(key: key);