fontUnderline property

  1. @JsonKey.new(name: 'FontUnderline')
bool get fontUnderline
inherited

Implementation

@JsonKey(name: 'Image') String get image;@JsonKey(name: 'MultiActionImage') String? get multiActionImage;@JsonKey(name: 'Name') String? get name;@JsonKey(name: 'Title') String? get title;@JsonKey(name: 'ShowTitle') String? get showTitle;@JsonKey(name: 'TitleColor') String? get titleColor;@JsonKey(name: 'TitleAlignment') String? get titleAlignment;@JsonKey(name: 'FontFamily') String? get fontFamily;@JsonKey(name: 'FontStyle') String? get fontStyle;@JsonKey(name: 'FontSize') String? get fontSize;@JsonKey(name: 'FontUnderline') bool get fontUnderline;