LazxListenerBuilder typedef

LazxListenerBuilder = void Function(LxState value)

LazxListenerBuilder is a type for a builder function that have a LxState as a parameter

Implementation

typedef LazxListenerBuilder = void Function(LxState value);