MetalAttr constructor

MetalAttr({
  1. String url = '',
  2. String backcolor = '',
  3. String fontcolor = '',
})

Implementation

MetalAttr({
  this.url = '',
  this.backcolor = '',
  this.fontcolor = '',
});