ChartCoinPicker constructor

const ChartCoinPicker(
  1. List<Cryptocurrency> cryptosToDisplay, {
  2. Key? key,
})

Implementation

const ChartCoinPicker(this.cryptosToDisplay, {Key? key}) : super(key: key);