RemainingWidget constructor
const
RemainingWidget({})
Implementation
const RemainingWidget({
Key? key,
required this.remainingRowsCount,
required this.items,
required this.maxRows,
required this.title,
required this.uiProps,
}) : super(key: key);