light constant

SelectionTheme const light

A predefined light theme for selection.

Features a cyan selection color suitable for light backgrounds.

Implementation

static const light = SelectionTheme(
  color: Color(0x3300BCD4),
  borderColor: Color(0xFF00BCD4),
  borderWidth: 1.0,
);