TypographyAutoSize constructor

TypographyAutoSize({
  1. required int minRows,
  2. required int maxRows,
})

Implementation

TypographyAutoSize({
  required this.minRows,
  required this.maxRows,
});