ServiceTile constructor

const ServiceTile({Key key, BluetoothService service, List<CharacteristicTile> characteristicTiles, String onlyServiceToShow })

Implementation

const ServiceTile(
    {Key key, this.service, this.characteristicTiles, this.onlyServiceToShow})
    : super(key: key);