CyberText constructor
const
CyberText({
- Key? key,
- dynamic text,
- String? label,
- String? hint,
- String? format,
- IconData? icon,
- TextInputType? keyboardType,
- List<
TextInputFormatter> ? inputFormatters, - int? maxLines = 1,
- int? maxLength,
- bool enabled = true,
- dynamic isVisible = true,
- TextStyle? style,
- InputDecoration? decoration,
- ValueChanged<
String> ? onChanged, - dynamic onLeaver(
- dynamic
- bool showFormatInField = false,
- bool isPassword = false,
- bool isShowLabel = true,
- Color? backgroundColor,
- Color? focusColor,
- TextStyle? labelStyle,
- dynamic isCheckEmpty = false,
Implementation
const CyberText({
super.key,
this.text,
this.label,
this.hint,
this.format,
this.icon,
this.keyboardType,
this.inputFormatters,
this.maxLines = 1,
this.maxLength,
this.enabled = true,
this.isVisible = true,
this.style,
this.decoration,
this.onChanged,
this.onLeaver,
this.showFormatInField = false,
this.isPassword = false,
this.isShowLabel = true,
this.backgroundColor,
this.focusColor,
this.labelStyle,
this.isCheckEmpty = false,
});