f1d0b41267
(cherry picked from commit 68b621471197105b2a846a2827afdaa23ec03edc)
10 lines
319 B
Dart
10 lines
319 B
Dart
|
|
import 'package:core/presentation/extensions/color_extension.dart';
|
|
import 'package:flutter/material.dart';
|
|
|
|
class AttendeeWidgetStyles {
|
|
static const double maxWidth = 100;
|
|
static const double textSize = 16;
|
|
static const Color textColor = Colors.black;
|
|
static const Color mailtoColor = AppColor.colorMailto;
|
|
} |