The FlatButton , RaisedButton and OutlineButton widgets have been replaced by TextButton , ElevatedButton , and OutlinedButton respectively. Each new button class has its own theme: TextButtonTheme , ElevatedButtonTheme , and OutlinedButtonTheme . The original ButtonTheme class is no longer used.