Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/swayze/lib/src/core/controller/controller.dart
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export 'table/table_controller.dart';
/// state to be controlled externally.
///
/// [SwayzeController] allows changes to be made to a table during its lifetime
/// from inside an outside the [SliverSwayzeTable] widget.
/// from inside and outside the [SliverSwayzeTable] widget.
///
/// Each controller instance should be passed to a single [SliverSwayzeTable]
/// and disposed when the table is supposed to leave the widget tree.
Expand Down