MessageField constructor
const
MessageField({
- Key? key,
- List<
Widget> ? actions, - FocusNode? focusNode,
- TextEditingController? controller,
- Widget? leading,
- TextCapitalization? textCapitalization,
- TextInputAction? textInputAction,
- TextInputType? keyboardType,
- TextStyle? textStyle,
- InputDecoration? decoration,
- EdgeInsetsGeometry? textPadding,
Implementation
const MessageField({
Key? key,
this.actions,
this.focusNode,
this.controller,
this.leading,
this.textCapitalization,
this.textInputAction,
this.keyboardType,
this.textStyle,
this.decoration,
this.textPadding,
}) : super(key: key);