ActionsListWidget constructor
const
ActionsListWidget({})
Creates an instance of ActionsListWidget.
Implementation
const ActionsListWidget({
required this.actions, super.key,
this.sectionTitleStyle,
this.contentStyle,
});