dark constant
ResizerTheme
const dark
Dark theme resizer configuration.
Uses dark fill with lighter blue border for visibility on dark backgrounds.
Implementation
static const dark = ResizerTheme(
handleSize: 8.0,
color: Color(0xFF1E1E1E),
borderColor: Color(0xFF64B5F6),
// Colors.blue[300]
borderWidth: 1.0,
snapDistance: 4.0,
);