LbSetupSelectSecondaryConnection constructor
const
LbSetupSelectSecondaryConnection({
- Key? key,
- required void onSelect(),
- required void onSkip(),
- required void onCancel(),
- List<
ConnectionType> availableConnections = const [],
Implementation
const LbSetupSelectSecondaryConnection({
Key? key,
required this.onSelect,
required this.onSkip,
required this.onCancel,
this.availableConnections = const [],
}) : super(key: key);