SelectionProperties constructor

SelectionProperties({
  1. Color color = const Color(0xFF00FFFF),
})

Creates a new selection properties object with the specified color.

Parameters:

  • color — The selection color.