FlushbarRemoteEvent constructor
const
FlushbarRemoteEvent({
- String? title,
- required String message,
- required Color backgroundColor,
- required Duration duration,
- required FlushbarPosition position,
Implementation
const FlushbarRemoteEvent({
this.title,
required this.message,
required this.backgroundColor,
required this.duration,
required this.position,
});