SetFontSize constructor

const SetFontSize({
  1. required FontSize fontSize,
})

Implementation

const SetFontSize({required this.fontSize});