light constant
ResizerTheme
const light
Light theme resizer configuration.
Uses white fill with blue border for visibility on light backgrounds.
Implementation
static const light = ResizerTheme(
handleSize: 8.0,
color: Colors.white,
borderColor: Colors.blue,
borderWidth: 1.0,
snapDistance: 4.0,
);