NudgeConfig constructor
const
NudgeConfig({
- required NudgeSurface surface,
- required NudgeColumn content,
Implementation
const NudgeConfig({required this.surface, required this.content});