isInteractive property

bool isInteractive
final

isInteractive enables/disables the interaction of the pointer on the LinearGauge

const LinearGauge(
  pointers: [
    Pointer(
      isInteractive: true,
      value: 50.0,
      ),
    ],
  ),

Implementation

final bool isInteractive;