ScanScreen constructor
const
ScanScreen({
- Key? key,
- required String title,
- required dynamic onDeviceClick(
- BuildContext context,
- BLEDevice device
- required dynamic onConnectDevicesClick(
- BuildContext context,
- List<
BLEDevice> devices
- List<
Widget> ? appBarActions,
Implementation
const ScanScreen({
super.key,
required this.title,
required this.onDeviceClick,
required this.onConnectDevicesClick,
this.appBarActions,
});