menu
flutter_reorderable_grid_view package
documentation
widgets/reorderable_builder.dart
ReorderableBuilder<T>
children property
children property
dark_mode
light_mode
children
property
List
<
Widget
>
?
children
final
Defines the children that will be displayed for drag and drop.
Implementation
final List<Widget>? children;
flutter_reorderable_grid_view package
documentation
widgets/reorderable_builder
ReorderableBuilder<T>
children property
ReorderableBuilder class