Skip to content

Commit

Permalink
Update forui/lib/src/widgets/select_menu_tile.dart
Browse files Browse the repository at this point in the history
Co-authored-by: Joe Kawai <kawaijoe@users.noreply.github.com>
  • Loading branch information
Pante and kawaijoe authored Nov 4, 2024
1 parent bb6de83 commit 1f0ffd8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion forui/lib/src/widgets/select_menu_tile.dart
Original file line number Diff line number Diff line change
@@ -2,9 +2,11 @@

import 'package:flutter/foundation.dart';
import 'package:flutter/widgets.dart';

import 'package:meta/meta.dart';

import 'package:forui/forui.dart';
import 'package:forui/src/widgets/select_group/select_group_controller.dart';
import 'package:meta/meta.dart';

/// A tile that, when triggered, displays a list of options for the user to pick from.
///

0 comments on commit 1f0ffd8

Please sign in to comment.