TF-2116 Create TitleComposer widget and style
(cherry picked from commit e56b2c28728ddc44e19d8cdbe4865ea0ba5e3d9a)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
class TitleComposerWidgetStyle {
|
||||
static const TextStyle textStyle = TextStyle(
|
||||
fontSize: 17,
|
||||
fontWeight: FontWeight.w600,
|
||||
color: Colors.black
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user