SelectionWidget constructor
const
SelectionWidget({})
Implementation
const SelectionWidget({
super.key,
required this.type,
required this.title,
required this.description,
this.buttonColor,
this.buttonTextColor,
this.buttonTextLeft,
this.buttonTextRight,
this.backgroundColor,
this.leftFunction,
this.rightFunction,
});