AssistMessageToolbarSettings constructor
const
AssistMessageToolbarSettings({
- ShapeBorder? shape,
- WidgetStateProperty<
ShapeBorder?> ? itemShape, - Color? backgroundColor,
- WidgetStateProperty<
Color?> ? itemBackgroundColor, - EdgeInsetsGeometry padding = const EdgeInsetsDirectional.symmetric(vertical: 4.0),
- EdgeInsetsGeometry itemPadding = const EdgeInsets.all(9.0),
- double spacing = 8.0,
- double runSpacing = 8.0,
Creates a AssistMessageToolbarSettings with the given parameters.
Implementation
const AssistMessageToolbarSettings({
this.shape,
this.itemShape,
this.backgroundColor,
this.itemBackgroundColor,
this.padding = const EdgeInsetsDirectional.symmetric(vertical: 4.0),
this.itemPadding = const EdgeInsets.all(9.0),
this.spacing = 8.0,
this.runSpacing = 8.0,
});