S constructor
S(
- String name, {
- required Future<
Widget> onTap(- BuildContext context
Implementation
S(this.name, {required this.onTap});