Language constructor

Language({
  1. String text,
  2. String color,
})

Implementation

Language({this.text, this.color});