titleFontWeight property

FontWeight get titleFontWeight

Implementation

FontWeight get titleFontWeight => instructionFontWeight;
set titleFontWeight (FontWeight value)

Implementation

set titleFontWeight(FontWeight value) => instructionFontWeight = value;