inputSourceVariant top-level property

ValueVariant<TextInputSource> inputSourceVariant
final

Implementation

final inputSourceVariant = ValueVariant({
  TextInputSource.keyboard,
  TextInputSource.ime,
});