You can only Extend a single class. And implement Interfaces from many sources. Extending multiple classes is not available .
Read moreDoes dart allow multiple inheritance?
Dart doesn’t support multiple inheritance . Multi-level − A class can inherit from another child class.
Read more