MaxFactor constructor

const MaxFactor({
  1. Key? key,
  2. required TextEditingController controller,
})

Implementation

const MaxFactor({super.key, required this.controller});