itemBuilder property
Replaces the entire default row (including tap handling) for each plan. Defaults to the built-in row.
Implementation
final Widget Function(BuildContext context, InstallmentPlan plan)?
itemBuilder;
Replaces the entire default row (including tap handling) for each plan. Defaults to the built-in row.
final Widget Function(BuildContext context, InstallmentPlan plan)?
itemBuilder;