var item= new ToolbarItem
{
Icon = "image.png",
Name = "name",
Command = new Command(...),
};
Icon requires a string, any ideia?
var item= new ToolbarItem
{
Icon = "image.png",
Name = "name",
Command = new Command(...),
};
Icon requires a string, any ideia?