You can do that in different ways:
Read moreWhat is a method in Flutter?
Methods are functions on a class that provide behavior for an object . Instance methods on objects are exposed via instances of the class. They have access to other variables and methods on the instance, as well as the keyword this .
Read more