BilionsPasswordInput constructor
const
BilionsPasswordInput({})
Implementation
const BilionsPasswordInput({
Key? key,
required this.label,
this.prefixIcon,
this.suffixIcon,
this.controller,
this.initialValue,
this.onChanged,
this.textColor,
this.variant = 'primary',
this.labelColor,
}) : super(key: key);