EmptyViewModel constructor
const
EmptyViewModel({
- EmptyType type = EmptyType.featuredIcon,
- EmptyHierarchy hierarchy = EmptyHierarchy.md,
- dynamic icon = GeneralIcon.searchLg,
- String title = "Упс, тут пусто",
- String subtitle = "Данные не найдены",
- List<
OneButtonViewModel> ? buttons,
Implementation
const EmptyViewModel({
this.type = EmptyType.featuredIcon,
this.hierarchy = EmptyHierarchy.md,
this.icon = GeneralIcon.searchLg,
this.title = "Упс, тут пусто",
this.subtitle = "Данные не найдены",
this.buttons,
});