CharacteristicTile constructor
Implementation
const CharacteristicTile(
{Key key,
this.characteristic,
this.descriptorTiles,
//this.onReadPressed,
// this.onWritePressed,
this.onNotificationPressed,
@required this.onlyCharacteristicToListen})
: super(key: key);