DSI_TEXT_BOX constructor
DSI_TEXT_BOX({
- Key? key,
- dynamic label,
- dynamic border,
- required dynamic controller,
- dynamic borderradius,
- dynamic prefix,
- dynamic suffix,
- dynamic height,
- dynamic width,
- dynamic textAlign,
- dynamic textAlignVertical,
- dynamic isNumber,
- dynamic isPassword,
Implementation
DSI_TEXT_BOX(
{super.key,
this.label,
this.border,
required this.controller,
this.borderradius,
this.prefix,
this.suffix,
this.height,
this.width,
this.textAlign,
this.textAlignVertical,
this.isNumber,
this.isPassword});