OrganizationPicker<T extends VirtualAccountState> constructor

const OrganizationPicker<T extends VirtualAccountState>({
  1. Key? key,
  2. String title = "",
})

Implementation

const OrganizationPicker({
  Key? key,
  this.title = "",
}) : super(key: key);