EmptyStateView constructor
const
EmptyStateView({})
Implementation
const EmptyStateView({
super.key,
this.title = 'No active loans found',
this.subtitle = 'Apply for a loan to get started.',
this.icon = Icons.account_balance_wallet_outlined,
});