Skip to content

Commit 51631af

Browse files
Merge pull request #66 from syncfusion-content/FLUT-6017-UGchanges
FLUT-6017 - [Feature] Datagrid changes has added
2 parents 44d3646 + a266a04 commit 51631af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Flutter/datagrid/pull-to-refresh.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,10 @@ import 'package:syncfusion_flutter_datagrid/datagrid.dart';
175175
Widget build(BuildContext context) {
176176
return Theme(
177177
data: ThemeData(
178+
brightness: Brightness.light,
178179
canvasColor: Colors.lightBlue,
179180
colorScheme: const ColorScheme.light(
180-
primary: Colors.white, brightness: Brightness.light)),
181+
primary: Colors.white)),
181182
child: SfDataGrid(
182183
allowPullToRefresh: true,
183184
source: _employeeDataSource,

0 commit comments

Comments
 (0)