自动弹出totast; 当内容比较多时,自动往下排; 定时消失时,自动网上移动;
@override void totast(String content, [int timeoutSeconds = 3]) { __totastState?.showText(content, timeoutSeconds); }