Adds a fancy textfield helper

This commit is contained in:
zontreck 2025-03-15 02:23:27 -07:00
parent 6537863dc5
commit 8463e6e179
3 changed files with 77 additions and 2 deletions

View file

@ -2,5 +2,5 @@ import 'package:flutter/material.dart';
class LibACFlutterConstants {
static const Color TITLEBAR_COLOR = Color.fromARGB(255, 99, 0, 0);
static const VERSION = "1.0.020325+1224";
static const VERSION = "1.0.031525+0222";
}