dart format
This commit is contained in:
@@ -2,6 +2,10 @@ import 'package:flutter/material.dart';
|
||||
|
||||
class UnimplementedDialog {
|
||||
static void show(BuildContext context) {
|
||||
showDialog(context: context, builder: (context) => const AlertDialog(content: Text('Not implemented yet')));
|
||||
showDialog(
|
||||
context: context,
|
||||
builder: (context) =>
|
||||
const AlertDialog(content: Text('Not implemented yet')),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user