StableFontSize constructor

const StableFontSize({
  1. Key? key,
  2. required Widget child,
  3. double factor = 500,
})

Implementation

const StableFontSize({super.key, required this.child, this.factor = 500});