NotificationData.create constructor
NotificationData.create(
- String? _title,
- String? _content,
- String? _bigTitle,
- String? _bigContent,
- String? _summary,
- String? _imageUrl,
- String? _iconUrl,
- dynamic _customContent,
- List<
NotificationButtonData> ? _buttons, - NotificationButtonData? _clickedButton,
Implementation
NotificationData.create(
this._title,
this._content,
this._bigTitle,
this._bigContent,
this._summary,
this._imageUrl,
this._iconUrl,
this._customContent,
this._buttons,
this._clickedButton);