SonrPasswordInput constructor Null safety

const SonrPasswordInput(
  1. {Key? key,
  2. TextEditingController? controller}
)

Implementation

const SonrPasswordInput({
  super.key,
  this.controller,
});