NatrixText constructor

const NatrixText(
  1. String text, {
  2. NatrixColor foreground = .none,
  3. NatrixColor background = .none,
  4. NatrixStyle style = .none,
})

Implementation

const NatrixText(
  this.text, {
  this.foreground = .none,
  this.background = .none,
  this.style = .none,
});