rows property

ValueNotifier<List<T>> rows
final

Implementation

final ValueNotifier<List<T>> rows = ValueNotifier<List<T>>([]);