light constant
Default light theme legend style.
Implementation
static const LegendStyle light = LegendStyle(
backgroundColor: Color(0x99FFFFFF), // Semi-transparent white (~60% opacity)
borderWidth: 0.0, // No border by default
textStyle: TextStyle(fontSize: 11, color: Colors.black87),
);