Logo constructor

Logo({
  1. String? text,
  2. String? background,
})

Implementation

Logo({
  this.text,
  this.background,
});