SendRequestButton constructor

const SendRequestButton({
  1. Key? key,
  2. required String playerId,
  3. bool compact = false,
})

Implementation

const SendRequestButton({
  super.key,
  required this.playerId,
  this.compact = false,
});