menu
gnums_utility_widgets package
documentation
dependencies/pdf/src/widgets/table_helper.dart
OnCell typedef
OnCell typedef
dark_mode
light_mode
OnCell
typedef
OnCell
=
Widget
? Function
(
int
index
,
dynamic
data
,
int
rowNum
)
Implementation
typedef OnCell = Widget? Function(int index, dynamic data, int rowNum);
gnums_utility_widgets package
documentation
dependencies/pdf/src/widgets/table_helper
OnCell typedef
table_helper library