Type Alias

OnMeasure

Type used to represent a closure which can be called with an optional timing.

Declaration

typealias OnMeasure = ((Timing?) -> Void)