ChatInputStyle constructor
const
ChatInputStyle({
- TextStyle styleText = const TextStyle(fontSize: 16, color: Colors.black, fontWeight: FontWeight.normal),
- bool enableLeandingIcon = true,
- double height = 256,
- Config? configEmojiPicker,
- Color activeColor = Colors.blue,
- Color inactiveColor = Colors.grey,
- String? hintText,
- TextStyle? hintTextStyle,
- int minLines = 1,
- int maxLines = 5,
- IconData? iconTrailing,
- IconData? iconLending,
- FocusNode? focusNode,
- InputDecoration? inputDecoration,
- ButtonStyle? styleIconButton,
Implementation
const ChatInputStyle(
{this.styleText = const TextStyle(
fontSize: 16,
color: Colors.black,
fontWeight: FontWeight.normal,
),
this.enableLeandingIcon = true,
this.height = 256,
this.configEmojiPicker,
this.activeColor = Colors.blue,
this.inactiveColor = Colors.grey,
this.hintText,
this.hintTextStyle,
this.minLines = 1,
this.maxLines = 5,
this.iconTrailing,
this.iconLending,
this.focusNode,
this.inputDecoration,
this.styleIconButton});