GoogleAppsCardV1MaterialIcon constructor

GoogleAppsCardV1MaterialIcon({
  1. bool? fill,
  2. int? grade,
  3. String? name,
  4. int? weight,
})

Implementation

GoogleAppsCardV1MaterialIcon({
  this.fill,
  this.grade,
  this.name,
  this.weight,
});