style method

TextStyle? style(
  1. BuildContext context
)

Implementation

TextStyle? style(BuildContext context) {
  return Theme.of(context).textTheme.labelMedium?.copyWith(
      fontSize: 12.spMin,
      fontWeight: FontWeight.w500,
      color: activity.equals("Turned off Private mode") ? FlexiColors.GREEN :statusColor(status: status)
  );
}