FixedScaleText constructor

const FixedScaleText({
  1. Key? key,
  2. required Text text,
})

Implementation

const FixedScaleText({Key? key, required this.text}) : super(key: key);