HintWidget constructor
- Key? key,
- required String text,
- GestureTapCallback? onTap,
- bool isError = false,
Implementation
const HintWidget({
super.key,
required this.text,
this.onTap,
this.isError = false,
});
const HintWidget({
super.key,
required this.text,
this.onTap,
this.isError = false,
});