BarLabelRotationWidget constructor

const BarLabelRotationWidget({
  1. Key? key,
  2. required BarLabelRotationConfig config,
})

Implementation

const BarLabelRotationWidget({super.key, required this.config});