add carton editor for mix carton
This commit is contained in:
@@ -28,10 +28,9 @@ class DisplayText extends StatelessWidget {
|
||||
var languageModel = Provider.of<LanguageModel>(context);
|
||||
|
||||
var labelStyle = languageModel.isEng
|
||||
? TextStyle(
|
||||
color: Colors.black54,
|
||||
)
|
||||
: TextStyle(color: Colors.black54, fontFamily: "Myanmar3");
|
||||
? TextStyle(color: Colors.black54, fontSize: 15)
|
||||
: TextStyle(
|
||||
color: Colors.black54, fontFamily: "Myanmar3", fontSize: 15);
|
||||
var textStyle = languageModel.isEng
|
||||
? TextStyle(color: Colors.black)
|
||||
: TextStyle(color: Colors.black, fontFamily: "Myanmar3");
|
||||
|
||||
Reference in New Issue
Block a user