MobileNumberCode constructor
const
MobileNumberCode({
- Key? key,
- Color? color,
- Decoration? decoration,
- double? width,
- double? height,
- EdgeInsetsGeometry? padding,
- String? downArrow,
- required TextEditingController textEditingController,
- TextInputType? keyBoardType,
- InputDecoration? textFieldDecoration,
- Widget? child,
- dynamic onChanged()?,
- String? validator()?,
Implementation
const MobileNumberCode({
Key? key,
this.color,
this.decoration,
this.width,
this.height,
this.padding,
this.downArrow,
required this.textEditingController,
this.keyBoardType,
this.textFieldDecoration,
this.child,
this.onChanged,
this.validator,
}) : super(key: key);