toQueryValue method

  1. @override
String toQueryValue()

Implementation

@override
String toQueryValue() => isFull ? 'full' : inPixels!.toStringAsFixed(1);