MessageListStyle constructor

const MessageListStyle({
  1. Color? loadingIconTint,
  2. TextStyle? emptyTextStyle,
  3. TextStyle? errorTextStyle,
  4. EdgeInsetsGeometry? contentPadding,
  5. double? width,
  6. double? height,
  7. Color? background,
  8. BoxBorder? border,
  9. double? borderRadius,
  10. Gradient? gradient,
})

Implementation

const MessageListStyle({
  this.loadingIconTint,
  this.emptyTextStyle,
  this.errorTextStyle,
  this.contentPadding,
  super.width,
  super.height,
  super.background,
  super.border,
  super.borderRadius,
  super.gradient,
});