configureTheme method

void configureTheme(
  1. WalletDialogTheme theme
)

Implementation

void configureTheme(WalletDialogTheme theme) {
  _theme = theme;
}