Refactor code

This commit is contained in:
Juan Gilsanz Polo 2023-11-01 18:52:30 +01:00
parent 9bca87a4f2
commit 61b402a0bd
5 changed files with 693 additions and 637 deletions

View file

@ -18,8 +18,6 @@ class _LogsState extends State<Logs> {
@override
Widget build(BuildContext context) {
return LayoutBuilder(
builder: (context, constraints) {
if (constraints.maxWidth > 1000) {