Add some helpers and wrappers, bump libac-dart dep
This commit is contained in:
parent
edca96f33f
commit
61a9ecd382
6 changed files with 63 additions and 9 deletions
|
@ -41,7 +41,8 @@ class HighlightTextfield extends StatelessWidget {
|
|||
Color selected;
|
||||
Color inactive;
|
||||
HighlightTextfield(
|
||||
{super.key, required this.controller,
|
||||
{super.key,
|
||||
required this.controller,
|
||||
required this.inputStyle,
|
||||
required this.selected,
|
||||
required this.inactive});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue