What you’ll want is mixin , which allows multiple “extends”. According to Dart programming language, the mixins has the solution to extend multiple parent classes.
Can you extend multiple classes in flutter?
What you’ll want is mixin , which allows multiple “extends”. According to Dart programming language, the mixins has the solution to extend multiple parent classes.