From 6c3cb8cc94a7ffa52b0fcd56c48fab9fab6dd9b1 Mon Sep 17 00:00:00 2001 From: mosazaid Date: Wed, 21 Apr 2021 12:45:03 +0300 Subject: [PATCH] hot fix --- lib/widgets/shared/app_texts_widget.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/widgets/shared/app_texts_widget.dart b/lib/widgets/shared/app_texts_widget.dart index 9acf6c96..d8d5a928 100644 --- a/lib/widgets/shared/app_texts_widget.dart +++ b/lib/widgets/shared/app_texts_widget.dart @@ -32,7 +32,7 @@ class AppText extends StatefulWidget { AppText( this.text, { this.color = Colors.black, - this.fontWeight = FontWeight.normal, + this.fontWeight, this.variant, this.fontSize, this.fontFamily = 'Poppins',