NiceSkipLink constructor
- Key? key,
- required GlobalKey<
State< targetKey,StatefulWidget> > - String label = 'Skip to main content',
Implementation
const NiceSkipLink({
super.key,
required this.targetKey,
this.label = 'Skip to main content',
});