InspectorTextScale constructor

const InspectorTextScale({
  1. required Widget child,
  2. Key? key,
})

Implementation

const InspectorTextScale({required this.child, super.key});