mirror of
https://github.com/simon-ding/polaris.git
synced 2026-06-09 03:27:39 +08:00
feat: app proxy
This commit is contained in:
@@ -4,8 +4,10 @@ class Commons {
|
||||
static InputDecoration requiredTextFieldStyle({
|
||||
required String text,
|
||||
Widget? icon,
|
||||
String? helperText,
|
||||
}) {
|
||||
return InputDecoration(
|
||||
helperText: helperText,
|
||||
label: Row(
|
||||
children: [
|
||||
Text(text),
|
||||
|
||||
Reference in New Issue
Block a user