menu
getsocial_flutter_sdk package
documentation
notifications/notificationbutton.dart
NotificationButton
NotificationButton constructor
NotificationButton constructor
dark_mode
light_mode
NotificationButton
constructor
NotificationButton
(
String
title
,
String
actionId
)
Implementation
NotificationButton(String title, String actionId) { this.actionId = actionId; this.title = title; }
getsocial_flutter_sdk package
documentation
notifications/notificationbutton
NotificationButton
NotificationButton constructor
NotificationButton class