Previous: Weex run android, what is this mistake?
when developing app with flutter, I want to define some commonly used styles the code is as follows: import package:flutter material.dart ; class AppStyle { static Color colorRed = const Color(0xffe04f5f); static Color colorWhite = const Color...