Tronwallet constructor

const Tronwallet({
  1. Key? key,
  2. required Widget childwidget,
})

Implementation

const Tronwallet({super.key, required this.childwidget});