merge material 3
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter/rendering.dart';
|
||||
|
||||
import '../helpers/theme.dart';
|
||||
import 'paginator_listener.dart';
|
||||
|
||||
typedef RowBuilder = Widget Function(dynamic);
|
||||
@@ -81,7 +82,7 @@ class _PaginatorListViewState<T> extends State<PaginatorListView<T>> {
|
||||
},
|
||||
child: ListView.separated(
|
||||
separatorBuilder: (context, index) =>
|
||||
Divider(height: 1, color: Colors.black),
|
||||
Divider(height: 1, color: dividerColor),
|
||||
controller: widget._scrollController,
|
||||
scrollDirection: Axis.vertical,
|
||||
physics: const AlwaysScrollableScrollPhysics(),
|
||||
|
||||
Reference in New Issue
Block a user