mirror of
https://github.com/foss42/apidash.git
synced 2025-11-30 17:59:18 +08:00
Update typography.dart
This commit is contained in:
@@ -22,3 +22,10 @@ const kFormDataButtonLabelTextStyle = TextStyle(
|
||||
overflow: TextOverflow.ellipsis,
|
||||
);
|
||||
const kTextStylePopupMenuItem = TextStyle(fontSize: 14);
|
||||
|
||||
const kTextStyleSmall = TextStyle(fontSize: 12);
|
||||
const kTextStyleMedium = TextStyle(fontSize: 14);
|
||||
const kTextStyleLarge = TextStyle(fontSize: 16);
|
||||
const kTextStyleXLarge = TextStyle(fontSize: 18);
|
||||
const kTextStyleXXLarge = TextStyle(fontSize: 20);
|
||||
const kTextStyleXXXLarge = TextStyle(fontSize: 22);
|
||||
|
||||
Reference in New Issue
Block a user