STComponentIr constructor

const STComponentIr({
  1. STColorIr? fill,
  2. STColorIr? foreground,
  3. STColorIr? border,
  4. double? elevation,
  5. double? radius,
  6. bool? filled,
})

Implementation

const STComponentIr({
  this.fill,
  this.foreground,
  this.border,
  this.elevation,
  this.radius,
  this.filled,
});