GridChanged typedef

GridChanged = dynamic Function(GridModel? value)

Implementation

typedef GridChanged = Function(GridModel? value);