customWidget property

Widget? customWidget
final

If customWidget is provided, other properties such as leadingWidget, message, trailingWidget, messageStyle, etc., will be ignored.

Implementation

final Widget? customWidget;