ScanResultTile constructor

const ScanResultTile({Key key, ScanResult result, String onlyDeviceToShow, VoidCallback onTap })

Implementation

const ScanResultTile(
    {Key key, this.result, this.onlyDeviceToShow, this.onTap})
    : super(key: key);