Files
TubeCards/lib/widgets/component/component_dialog.dart
friebetill 80f218097d Initial commit
Add Space version 2.0.1
2022-03-28 14:56:00 +02:00

6 lines
175 B
Dart

/// A mixin that enables the component to be called to show an dialog.
mixin ComponentDialog {
/// Called when the component should display the dialog.
void onDialog();
}