feat: timeouts

closes #13
This commit is contained in:
2025-05-19 16:32:21 +01:00
parent c865f24b2c
commit a5736aa3d3
8 changed files with 214 additions and 20 deletions

View File

@ -19,7 +19,7 @@ class BasicButton extends StatelessWidget {
this.disabled,
});
static text(
static Widget text(
String text, {
BoxDecoration? decoration,
EdgeInsetsGeometry? padding,