chainView static method
Implementation
static Widget chainView() {
return Container(
width: 100,
height: 100,
color: Colors.green,
child: Image.asset("packages/lj_web3_tron_sdk/assets/images/BNB.png"),
);
}
static Widget chainView() {
return Container(
width: 100,
height: 100,
color: Colors.green,
child: Image.asset("packages/lj_web3_tron_sdk/assets/images/BNB.png"),
);
}