LbSetupBluetoothDeviceStatusPage constructor

const LbSetupBluetoothDeviceStatusPage({
  1. required DeviceConnectionState status,
  2. Key? key,
})

Implementation

const LbSetupBluetoothDeviceStatusPage({required this.status, Key? key})
    : super(key: key);