MainScreenSend constructor

const MainScreenSend({
  1. Key? key,
  2. required Balance balance,
})

Implementation

const MainScreenSend({Key? key, required this.balance}) : super(key: key);