ButtonWidgetData constructor
ButtonWidgetData({})
Implementation
ButtonWidgetData({super.type = "button", super.cell, super.children, required this.label, this.font, this.foregroundColor, this.backgroundColor, this.padding, this.onClick});