ActionsSection constructor
const
ActionsSection({})
Implementation
const ActionsSection({
super.key,
required this.isUpToDate,
required this.onUpdate,
this.enableHaptics = false,
this.showRedirectButton = false,
required this.githubRepo,
required this.colors,
required this.styles,
required this.strings,
});