light property

Text get light

Implementation

Text get light => Text(
      data!,
      style: _getStyle(fw: FontWeight.w100),
    );