editableCellFontWeight top-level constant
Implementation
const Map<String, FontWeight> editableCellFontWeight = {
'light': FontWeight.w300,
'normal': FontWeight.normal,
'bold': FontWeight.bold,
};
const Map<String, FontWeight> editableCellFontWeight = {
'light': FontWeight.w300,
'normal': FontWeight.normal,
'bold': FontWeight.bold,
};