dark constant
SelectionTheme
const dark
A predefined dark theme for selection.
Features a light blue selection color suitable for dark backgrounds.
Implementation
static const dark = SelectionTheme(
color: Color(0x3364B5F6),
borderColor: Color(0xFF64B5F6),
borderWidth: 1.0,
);