CustomTextField constructor

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

Implementation

const CustomTextField({
  Key? key,
  this.style,
}) : super(key: key);