Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- TaibEntry taibEntry = TaibEntry(
- taibDate: "27 Шавваль 1441",
- location: "Мадина",
- twoPrayers: [
- TwoPrayItems(
- icon: 'icon',
- name: 'Зухр',
- time: '12:09',
- isPicked: true,
- ),
- TwoPrayItems(
- icon: 'icon',
- name: 'Аср',
- time: '14:51',
- isPicked: false,
- ),
- ],
- prayers: [
- PrayItem(
- icon: 'icon',
- name: 'Фаджр',
- time: '05:20',
- isPicked: true,
- ),
- PrayItem(
- icon: 'icon',
- name: 'Восход',
- time: '05:56',
- isPicked: false,
- ),
- PrayItem(
- icon: 'icon',
- name: 'Зухр',
- time: '12:00',
- isPicked: false,
- ),
- PrayItem(
- icon: 'icon',
- name: 'Аср',
- time: '14:51',
- isPicked: false,
- ),
- PrayItem(
- icon: 'icon',
- name: 'Магриб',
- time: '17:20',
- isPicked: false,
- ),
- PrayItem(
- icon: 'icon',
- name: 'Иша',
- time: '18:35',
- isPicked: false,
- ),
- ],
- currentPrayItem: CurrentPrayItem(
- currentPrayName: 'Зухр',
- currentPrayTime: '12:09',
- progress: 0.75,
- timeBeforeNextPray: '02:48:59',
- nextPrayName: 'Аср',
- nextPrayTime: '14:51',
- ),
- reminderItem: ReminderItem(
- startIcon: 'icon',
- startName: 'Восход',
- startTime: '06:20',
- endIcon: 'icon',
- endTime: '02:25',
- endName: 'Треть ночи',
- progress: 0.5,
- reminderText: 'Не забудь Духа намаз!',
- ),
- );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement