self method

double self({
  1. required bool allow,
})

Implementation

double self({
  required bool allow,
}) {
  return Sizing.instance.selfFontScale(this, allow: allow);
}