webWidth method

double webWidth()

Implementation

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