DeclineRequestButton constructor

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

Implementation

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