mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-11 00:10:29 -07:00
[Setup] Added build.yaml and check.yaml (#1)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
This commit is contained in:
parent
226686eb18
commit
7b3e733b76
112 changed files with 3926 additions and 3784 deletions
|
|
@ -58,7 +58,7 @@ class EnumSelection<T> extends StatelessWidget {
|
|||
final Text label;
|
||||
final String current;
|
||||
final List<PopupMenuEntry<T>> Function(BuildContext context) itemBuilder;
|
||||
const EnumSelection({
|
||||
const EnumSelection({super.key,
|
||||
required this.label,
|
||||
required this.current,
|
||||
required this.itemBuilder,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue