We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3146bff commit a6aacacCopy full SHA for a6aacac
src/DevTKSS.Uno.Samples.MvuxGallery/Models/TabBarItemData.cs
@@ -1,3 +1,3 @@
1
namespace DevTKSS.Uno.Samples.MvuxGallery.Models;
2
3
-public partial record TabBarItemData(object? ItemContent, IconElement? Icon, ICommand Command);
+public partial record TabBarItemData(object? ItemContent, IconElement? Icon = null);
0 commit comments