Text constructor

Text({
  1. required String value,
  2. required List annotations,
})

Implementation

Text({
  required this.value,
  required this.annotations,
});