transform property

(T Function(T)?) transform
final

Is used to transform assigned values to other ones, e.g. to keep the value in a given range.

Implementation

final T Function(T)? transform;