LayoutLoginB constructor

LayoutLoginB(
  1. ViewModelLogin _viewModel, {
  2. Key? key,
})

Implementation

LayoutLoginB(this._viewModel, {Key? key}) : super(key: key);