Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

Hierarchy

  • State

Index

Constructors

Properties

Methods

Constructors

constructor

  • new State<T>(): State<T>

Properties

setState

setState: (pred: () => void) => void

Type declaration

    • (pred: () => void): void
    • Parameters

      • pred: () => void
          • (): void
          • Returns void

      Returns void

Methods

Abstract build

  • build(context: BuildContext): Widget

Abstract dispose

  • dispose(): void

Abstract initState

  • initState(): void

Generated using TypeDoc