AccountBalanceComponent
fun AccountBalanceComponent(modifier: ERROR CLASS: Symbol not found for Modifier = Modifier, accountBalance: ERROR CLASS: Symbol not found for MutableLiveData<ERROR CLASS: Symbol not found for AccountBalance?>)
Renders a section displaying the account balance details, including available balance and currency.
Parameters
modifier
Modifier applied to the root Column.
accountBalance
LiveData holding the AccountBalance to display; renders nothing for null values.