suffixFontStyle property

  1. @override
FontStyle? get suffixFontStyle
override

SUFFIX TEXT PROPERTIES

Implementation

@override
FontStyle? get suffixFontStyle => activated
    ? expendedTextStyle ?? super.suffixFontStyle
    : super.suffixFontStyle;
set suffixFontStyle (FontStyle? _suffixFontStyle)
inherited

SUFFIX TEXT PROPERTIES

Implementation

FontStyle? suffixFontStyle;