lightTrans property

Text get lightTrans

Implementation

Text get lightTrans => Text(
      data!,
      style: _getStyle(color: ClassColors.mtNeutral_0.withAlpha(180)),
    );