VendingMachineCard constructor
const
VendingMachineCard({})
Implementation
const VendingMachineCard({
required this.vending_machine,
required this.remove_vending_machine_callback,
required this.owner_name,
required this.text_color,
required this.textfield_color,
required this.topbar_color,
});