feat: add Loading switch.
This commit is contained in:
@@ -6,5 +6,6 @@ namespace Ursa.Demo.ViewModels;
|
||||
public partial class IconButtonDemoViewModel : ObservableObject
|
||||
{
|
||||
[ObservableProperty] private bool _isLoading;
|
||||
[ObservableProperty] private bool _isLoading2;
|
||||
[ObservableProperty] private Position _selectedPosition;
|
||||
}
|
||||
Reference in New Issue
Block a user