Future afterDelay({dynamic Function()? function, int? milliseconds = 250}) => context.afterDelay(function: function, milliseconds: milliseconds);