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