Message.info constructor
const
Message.info({
- required String title,
- String? body,
- Future? cancel,
- List<
MessageAction> ? actions,
Implementation
const Message.info({required this.title, this.body, this.cancel, this.actions})
: icon = Icons.info_outlined,
color = const Color(0xff4fc3f7);