ExpandableTheme constructor
const
ExpandableTheme({
- Key? key,
- required ExpandableThemeData data,
- required Widget child,
Implementation
const ExpandableTheme({Key? key, required this.data, required this.child})
: super(key: key);