BluetoothDeviceSelector constructor

const BluetoothDeviceSelector({
  1. Key? key,
  2. Widget? disabledWidget,
  3. Widget? permissionRestrictedWidget,
  4. Widget? title,
})

Implementation

const BluetoothDeviceSelector({
  Key? key,
  this.disabledWidget,
  this.permissionRestrictedWidget,
  this.title,
}) : super(key: key);