TXPlayerValue constructor

TXPlayerValue({
  1. TXPlayerState state = TXPlayerState.stopped,
  2. int degree = 0,
})

Implementation

TXPlayerValue({
  this.state = TXPlayerState.stopped,
  this.degree = 0,
});