TInputContainer constructor
const
TInputContainer({
- Key? key,
- TInputFieldTheme? theme,
- TInputSize? size,
- Widget? child,
- double? width,
- double? height,
- bool block = true,
- AlignmentGeometry alignment = Alignment.center,
- EdgeInsetsGeometry? padding,
- bool disabled = false,
- bool hasError = false,
- bool isFocused = false,
- VoidCallback? onTap,
- MouseCursor? cursor,
Implementation
const TInputContainer({
super.key,
this.theme,
this.size,
this.child,
this.width,
this.height,
this.block = true,
this.alignment = Alignment.center,
this.padding,
this.disabled = false,
this.hasError = false,
this.isFocused = false,
this.onTap,
this.cursor,
});