CustomInputText constructor
Implementation
const CustomInputText({
Key? key,
required this.label,
this.labelColor,
this.iconPath,
this.iconColor,
required this.child,
this.textComponent,
}) : super(key: key);
const CustomInputText({
Key? key,
required this.label,
this.labelColor,
this.iconPath,
this.iconColor,
required this.child,
this.textComponent,
}) : super(key: key);