ActionsSection constructor
const
ActionsSection({
- Key? key,
- required bool isUpToDate,
- required VoidCallback onUpdate,
- required ResolvedColors colors,
- required ResolvedStyles styles,
- required ResolvedStrings strings,
Implementation
const ActionsSection({
super.key,
required this.isUpToDate,
required this.onUpdate,
required this.colors,
required this.styles,
required this.strings,
});