Skip to content
This repository was archived by the owner on Dec 24, 2025. It is now read-only.

Commit b3a4594

Browse files
committed
Fix analyser warnings
1 parent 47ab735 commit b3a4594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flutter/flet_datatable2/lib/src/datatable2.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class _DataTable2ControlState extends State<DataTable2Control> {
7575
widget.control.getBool("visible_horizontal_scroll_bar"),
7676
isVerticalScrollBarVisible:
7777
widget.control.getBool("visible_vertical_scroll_bar"),
78-
fixedLeftColumns: widget.control.getInt("fixed_left_columns", 0)! ?? 0,
78+
fixedLeftColumns: widget.control.getInt("fixed_left_columns", 0)!,
7979
fixedTopRows: widget.control.getInt("fixed_top_rows", 1)!,
8080
fixedColumnsColor:
8181
widget.control.getColor("fixed_columns_color", context),

0 commit comments

Comments
 (0)