xs property

Text get xs

Implementation

Text get xs => Text(
      data!,
      style: _getStyle(size: 12.sp),
    );