ButtonModel constructor
ButtonModel({})
Implementation
ButtonModel({
required this.label,
required this.link,
this.linkId,
this.deepLinkType,
required this.color,
required this.textColor,
});
ButtonModel({
required this.label,
required this.link,
this.linkId,
this.deepLinkType,
required this.color,
required this.textColor,
});