NatrixText constructor
const
NatrixText(
- String text, {
- NatrixColor foreground = .none,
- NatrixColor background = .none,
- NatrixStyle style = .none,
Implementation
const NatrixText(
this.text, {
this.foreground = .none,
this.background = .none,
this.style = .none,
});