retorno de chamada após o último quadro vibrar

WidgetsBinding.instance!.addPostFrameCallback((_) {
  // executes after build
})
Drab Dingo