menu
flutter_desktop_notifications package
documentation
notification_message.dart
NotificationProgress
NotificationProgress.new const constructor
NotificationProgress.new const constructor
dark_mode
light_mode
NotificationProgress
constructor
const
NotificationProgress
(
{
String
?
title
,
double
?
value
,
String
?
valueStringOverride
,
String
status
=
''
,
})
Implementation
const NotificationProgress({ this.title, this.value, this.valueStringOverride, this.status = '', });
flutter_desktop_notifications package
documentation
notification_message
NotificationProgress
NotificationProgress.new const constructor
NotificationProgress class