WidgetContent constructor
const
WidgetContent({
- required String title,
- String description = '',
- String imageUrl = '',
- List<
WidgetAction> actions = const [],
Implementation
const WidgetContent({
required this.title,
this.description = '',
this.imageUrl = '',
this.actions = const [],
});