TextMath constructor

const TextMath({
  1. required String source,
})

Text Math constructor.

Implementation

const TextMath({required this.source}) : super._();