DescriptorTile constructor

const DescriptorTile({Key key, BluetoothDescriptor descriptor })

Implementation

const DescriptorTile(
    {Key key, this.descriptor}) //, this.onReadPressed, this.onWritePressed})
    : super(key: key);