SubzeroTextToken constructor

const SubzeroTextToken({
  1. required TextStyle style,
  2. bool uppercase = false,
})

Implementation

const SubzeroTextToken({required this.style, this.uppercase = false});