CustomTextField constructor

const CustomTextField({
  1. Key? key,
})

Implementation

const CustomTextField({Key? key}) : super(key: key);