WayFar
Search…
WayFar
Introduction
Guide
Getting Started
Clean Architecture
Theme and fonts
Navigation and routes
Internationalization
Dependency Injection
Third-Party Integrations
Template
Features
Widgets
KitAppBar
KitDrawer
KitActionButton
KitSwitch
KitTagCheck
KitTextInput
KitNoData
KitNoNotifications
KitShowError
API References
Help & Support
Powered By
GitBook
KitNoNotifications
Description
An illustration to show when no notification is found.
Preview
Code
no_notif.dart
1
class
KitNoNotifications
extends
StatelessWidget
{
2
final
double width
;
3
const
KitNoNotifications
({
this
.
width
=
160
,
Key
?
key
})
:
super
(
key
:
key
);
4
...
5
}
Copied!
API
Property
Description
Type
Default
width
Width of the illustration
Double
160
Previous
KitNoData
Next
KitShowError
Last modified
4mo ago
Copy link
Contents
Description
Preview
Code
API