menu
flutter_excel package
documentation
excel.dart
CellStyle
isBold property
isBold property
dark_mode
light_mode
isBold
property
bool
get
isBold
Get
Bold
Implementation
bool get isBold { return _bold; }
set
isBold
(
bool
bold
)
Set
Bold
Implementation
set isBold(bool bold) { _bold = bold; }
flutter_excel package
documentation
excel
CellStyle
isBold property
CellStyle class