| fontSizeResolver | Function | _default_ | Function that specify how font size should be adapted. Default is that font size scale with width of screen. |
| responsiveWidgets | Iterable<String> | null | List/Set of widget names that should be included in rebuilding tree. (See [How flutter_screenutil marks a widget needs build](#rebuild-list)) |
| excludeWidgets | Iterable<String> | null | List/Set of widget names that should be excluded from rebuilding tree. |
| enableScaleWH | Function | null | Support enable scale width and height. |
| enableScaleText | Function | null | Support enable scale text. |
**Note : You must either provide builder, child or both.**
...
...
@@ -184,6 +186,25 @@ class _HomePageState extends State<HomePage> {