StartScreenWith constructor

const StartScreenWith({
  1. Key? key,
  2. String? usdtamount,
})

Implementation

const StartScreenWith({Key? key, this.usdtamount}) : super(key: key);