widgets/widgets library

Typedefs

AppSwitchLabels = ({String? left, String? right})
ItemPosition = (int, int)
TableActionFn<M extends Object> = List<TableAction<M>> Function(List<M> items)
TableLoadFn<M> = Future<List<M>> Function(int page, int pageSize)