f1d0b41267
(cherry picked from commit 68b621471197105b2a846a2827afdaa23ec03edc)
7 lines
233 B
Dart
7 lines
233 B
Dart
import 'package:core/presentation/extensions/color_extension.dart';
|
|
import 'package:flutter/material.dart';
|
|
|
|
class HyperLinkWidgetStyles {
|
|
static const Color textColor = AppColor.primaryColor;
|
|
static const double textSize = 16;
|
|
} |