rowHighlight abstract method

Uint32List rowHighlight(
  1. String scriptName,
  2. int row
)

Get the highlight data for a single row of scriptName.

Implementation

Uint32List rowHighlight(String scriptName, int row);