AppNotificationBuilder constructor
const
AppNotificationBuilder({
- Key? key,
- required Widget builder(
- BuildContext context,
- AppNotificationState state
- bool buildWhen(
- AppNotificationState oldState,
- AppNotificationState state
Implementation
const AppNotificationBuilder({
Key? key,
required this.builder,
this.buildWhen,
}) : super(key: key);