Feature request : Blink TMSFMXLED

Hello,

Would you mind to update TMSFMXLED so that the LED can blink ?

procedure TForm1.Timer1Timer(Sender: TObject);
begin
  TMSFMXLED1.State := not TMSFMXLED1.State;
end;