NudgeConfig constructor

const NudgeConfig({
  1. required NudgeSurface surface,
  2. required NudgeColumn content,
})

Implementation

const NudgeConfig({required this.surface, required this.content});