SeniorMessageCardThemeData constructor

const SeniorMessageCardThemeData({
  1. EdgeInsetsGeometry? padding,
  2. SeniorMessageCardStyle? style,
})

Theme definitions for the SeniorMessageCard component.

Implementation

const SeniorMessageCardThemeData({
  this.padding,
  this.style,
});