ExpandableTheme constructor

const ExpandableTheme({
  1. Key? key,
  2. required ExpandableThemeData data,
  3. required Widget child,
})

Implementation

const ExpandableTheme({Key? key, required this.data, required this.child})
    : super(key: key);