webTxt method

double webTxt()

Implementation

double webTxt() =>
    kIsWeb && MediaQuery.of(Cnt.context).size.width > 600 ? this * .25 : this;