GoogleAppsCardV1BorderStyle constructor

GoogleAppsCardV1BorderStyle({
  1. int? cornerRadius,
  2. Color? strokeColor,
  3. String? type,
})

Implementation

GoogleAppsCardV1BorderStyle({
  this.cornerRadius,
  this.strokeColor,
  this.type,
});