TF-2179 Add TitleAppBarThread widget/style
(cherry picked from commit 1450cc1a3dbcd88e9e85f994a193293d1255d8eb)
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
||||
|
||||
import 'package:core/presentation/extensions/color_extension.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
class TitleAppBarThreadWidgetStyle {
|
||||
static const EdgeInsetsGeometry padding = EdgeInsets.symmetric(vertical: 8, horizontal: 16);
|
||||
|
||||
static const TextStyle titleStyle = TextStyle(
|
||||
fontSize: 21,
|
||||
color: Colors.black,
|
||||
fontWeight: FontWeight.w700
|
||||
);
|
||||
static const TextStyle filterOptionStyle = TextStyle(
|
||||
fontSize: 11,
|
||||
color: AppColor.colorContentEmail
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user