NativeExpandable constructor

const NativeExpandable({
  1. Key? key,
  2. required Params params,
  3. Color? dividerColor,
})

Implementation

const NativeExpandable({Key? key, required this.params, this.dividerColor})
    : super(key: key);