FontStyleTokenValue constructor

const FontStyleTokenValue({
  1. required TextStyle textStyle,
})

Implementation

const factory FontStyleTokenValue({required final TextStyle textStyle}) =
    _$FontStyleTokenValue;