WithdrawalScreen constructor

const WithdrawalScreen({
  1. Key? key,
  2. double? predefinedAmount,
})

Implementation

const WithdrawalScreen({
  Key? key,
  this.predefinedAmount,
}) : super(key: key);