QBotConfig class
Constructors
-
QBotConfig.new({Color? bgColor, Widget? divider, required EdgeInsetsGeometry txtFieldPadding, required TextEditingController msgController, TextStyle? txtFieldStyle, InputDecoration? txtFiledDecoration, required String hintText, Icon? sendIcon, Color? txtFiledGgColor, ShapeBorder? txtFiledGgShape, required String welcomeMsg, String? noResponseMsg, TextStyle? msgStyle, required Icon botIcon, required Color botMsgBgColor, required Icon userIcon, required Color userMsgBgColor, required double paddingBetweenMsgs, Widget? msgTime, Widget? typing, double? suggestionsListHeight, Color? suggestionsListBgColor, TextStyle? suggestionsListTextStyle, int delay = 3, required List<
String> keywords, required List<String> responses})
Properties
- bgColor → Color?
-
final
- botIcon → Icon
-
final
- botMsgBgColor → Color
-
final
- delay ↔ int
-
getter/setter pair
- divider → Widget?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- hintText → String
-
final
-
keywords
→ List<
String> -
final
- msgController → TextEditingController
-
final
- msgStyle → TextStyle?
-
final
- msgTime → Widget?
-
final
- noResponseMsg → String?
-
final
- paddingBetweenMsgs → double
-
final
-
responses
→ List<
String> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sendIcon → Icon?
-
final
- suggestionsListBgColor → Color?
-
final
- suggestionsListHeight → double?
-
final
- suggestionsListTextStyle → TextStyle?
-
final
- txtFieldPadding → EdgeInsetsGeometry
-
final
- txtFieldStyle → TextStyle?
-
final
- txtFiledDecoration → InputDecoration?
-
final
- txtFiledGgColor → Color?
-
final
- txtFiledGgShape → ShapeBorder?
-
final
- typing → Widget?
-
final
- userIcon → Icon
-
final
- userMsgBgColor → Color
-
final
- welcomeMsg → String
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited