Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TextEditingController

Hierarchy

  • TextEditingController

Index

Constructors

constructor

Properties

addListener

addListener: (callBack: VoidCallback) => void = ...

Type declaration

dispose

dispose: () => void = ...

Type declaration

    • (): void
    • Returns void

getSelection

getSelection: () => TextSelection = ...

Type declaration

getText

getText: () => string = ...

Type declaration

    • (): string
    • Returns string

getValue

getValue: () => TextEditingValue = ...

Type declaration

setText

setText: (val: string) => void = ...

Type declaration

    • (val: string): void
    • Parameters

      • val: string

      Returns void

setValue

setValue: (val: TextEditingValue) => void = ...

Type declaration

Generated using TypeDoc