CustomPhone constructor
const
CustomPhone({})
Implementation
const CustomPhone({
Key? key,
this.valid,
required this.text,
this.onChange,
this.prefixIcon,
}) : super(key: key);
const CustomPhone({
Key? key,
this.valid,
required this.text,
this.onChange,
this.prefixIcon,
}) : super(key: key);