exportIsBold property

  1. @override
bool get exportIsBold
override

Bold styling metadata for the Excel Exporter. Extracts from textStyle if provided.

Implementation

@override
bool get exportIsBold => (textStyle?.fontWeight == FontWeight.bold) || isBold;