AssistBubbleSettings constructor
const
AssistBubbleSettings({
- bool showUserName = false,
- bool showTimestamp = false,
- bool? showUserAvatar,
- DateFormat? timestampFormat,
- TextStyle? textStyle,
- TextStyle? headerTextStyle,
- Color? contentBackgroundColor,
- ShapeBorder? contentShape,
- double widthFactor = 0.8,
- Size avatarSize = const Size.square(32.0),
- EdgeInsetsGeometry? padding,
- EdgeInsetsGeometry? contentPadding,
- EdgeInsetsGeometry? avatarPadding,
- EdgeInsetsGeometry headerPadding = const EdgeInsetsDirectional.only(bottom: 3.0),
Implementation
const AssistBubbleSettings({
this.showUserName = false,
this.showTimestamp = false,
this.showUserAvatar,
this.timestampFormat,
this.textStyle,
this.headerTextStyle,
this.contentBackgroundColor,
this.contentShape,
this.widthFactor = 0.8,
this.avatarSize = const Size.square(32.0),
this.padding,
this.contentPadding,
this.avatarPadding,
this.headerPadding = const EdgeInsetsDirectional.only(bottom: 3.0),
this.footerPadding = const EdgeInsetsDirectional.only(top: 4.0),
});