ResponsiveText constructor

const ResponsiveText({
  1. Key? key,
  2. TextStyle textStyle = const TextStyle(fontSize: 14),
  3. required String text,
  4. bool considerHeight = false,
})

Implementation

const ResponsiveText({
  super.key, this.textStyle = const TextStyle(fontSize: 14), required this.text, this.considerHeight=false,
});