onMinimize method

void onMinimize()

Implementation

void onMinimize()
{
  setState(()
  {
    maximized = null;
  });
}