init property

(void Function()?) init
final

This function call after ResponsiveSizeUtils initialization and before builder function. Use this for assigning font sizes or any other related sizing before whole app build.

Implementation

final void Function()? init;