We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d707056 commit 1b459cfCopy full SHA for 1b459cf
src/flutter/flet_datatable2/lib/src/datatable2.dart
@@ -83,7 +83,7 @@ class _DataTable2ControlState extends State<DataTable2Control> {
83
smRatio: widget.control.getDouble("sm_ratio", 0.67)!,
84
lmRatio: widget.control.getDouble("lm_ratio", 1.2)!,
85
sortArrowIcon:
86
- widget.control.getIcon("sort_arrow_icon") ?? Icons.arrow_upward,
+ widget.control.getIconData("sort_arrow_icon") ?? Icons.arrow_upward,
87
sortArrowAnimationDuration: widget.control.getDuration(
88
"sort_arrow_animation_duration", Duration(microseconds: 150))!,
89
checkboxAlignment:
0 commit comments