refactor: border radius
This commit is contained in:
parent
add6a8496c
commit
160316ac24
9 changed files with 30 additions and 17 deletions
|
|
@ -41,6 +41,8 @@ abstract class AppConfig {
|
|||
static const String emojiFontName = 'Noto Emoji';
|
||||
static const String emojiFontUrl =
|
||||
'https://github.com/googlefonts/noto-emoji/';
|
||||
static const double borderRadius = 12.0;
|
||||
static const double messageBubbleBorderRadius = 16.0;
|
||||
|
||||
static void loadFromJson(Map<String, dynamic> json) {
|
||||
if (json['application_name'] is String) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue