devolución de llamada después del último marco Flutter

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